From 345ca8c365e26197eb6bb42c6e5e18ed949902e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 27 Nov 2019 23:04:14 +0100 Subject: [PATCH] Update syntax-highlighting.md --- content/en/content-management/syntax-highlighting.md | 1 + 1 file changed, 1 insertion(+) 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 +``` ````