Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-28 01:04:14 +0300
committerGitHub <noreply@github.com>2019-11-28 01:04:14 +0300
commit345ca8c365e26197eb6bb42c6e5e18ed949902e1 (patch)
treef819434509395bf3521335d60ceb02ea51c5f325
parentbe64af9f530b209c845ff50e20c06bc2d284c746 (diff)
Update syntax-highlighting.md
-rw-r--r--content/en/content-management/syntax-highlighting.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/en/content-management/syntax-highlighting.md b/content/en/content-management/syntax-highlighting.md
index b3f0bcf40..1220a06c8 100644
--- a/content/en/content-management/syntax-highlighting.md
+++ b/content/en/content-management/syntax-highlighting.md
@@ -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
+```
````