fixed template so it has correct highlighting syntax
parent
6fbb2a4755
commit
b2edf22e11
|
|
@ -28,7 +28,7 @@ From [freeCodeCamp: How to write a great technical blog post][1]
|
|||
|
||||
## 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
|
||||
// title case.
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue