Add missing go-html-template code fence type (#2030)

This commit is contained in:
Will Faught
2023-03-27 10:18:04 -07:00
committed by GitHub
parent 1bba4cefb0
commit 6ddeab4f80
+1 -1
View File
@@ -22,7 +22,7 @@ If `PATH` is empty, `.` is returned.
**Note:** On Windows, `PATH` is converted to slash (`/`) separators.
```
```go-html-template
{{ path.Base "a/news.html" }} → "news.html"
{{ path.Base "news.html" }} → "news.html"
{{ path.Base "a/b/c" }} → "c"