Update syntax-highlighting.md

This commit is contained in:
Bjørn Erik Pedersen 2019-11-27 23:04:14 +01:00 committed by GitHub
parent be64af9f53
commit 345ca8c365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ Highlighting in code fences is enabled by default.{{< new-in "0.60.0" >}}
````
```go {linenos=table,hl_lines=[8,"15-17"],linenostart=199}
// ... code
```
````