fixed template so it has correct highlighting syntax

master
Adam Veldhousen 4 years ago
parent 6fbb2a4755
commit b2edf22e11
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -28,7 +28,7 @@ From [freeCodeCamp: How to write a great technical blog post][1]
## Syntax highlighting example ## Syntax highlighting example
```go {linenos=table,hl_lines=8 15-17,linenostart=199} ```go {linenos=table,hl_lines=[8,"15-17"],linenostart=199}
// GetTitleFunc returns a func that can be used to transform a string to // GetTitleFunc returns a func that can be used to transform a string to
// title case. // title case.
// //

Loading…
Cancel
Save