From 917a0e24d2103098f0199a6c73e3d9cdb7728e08 Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev <3352968+kirillbobyrev@users.noreply.github.com> Date: Sat, 6 May 2023 07:00:37 -0700 Subject: [PATCH] Update syntax-highlighting.md (#10929) --- content/en/content-management/syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/syntax-highlighting.md b/content/en/content-management/syntax-highlighting.md index 5f8a44ee2..9e1fc02d6 100644 --- a/content/en/content-management/syntax-highlighting.md +++ b/content/en/content-management/syntax-highlighting.md @@ -131,7 +131,7 @@ func GetTitleFunc(style string) func(s string) string { } ``` -The options are the same as in the [highlighting shortcode](/content-management/syntax-highlighting/#highlight-shortcode),including `linenos=false`, but note the slightly different Markdown attribute syntax. +The options are the same as in the [highlighting shortcode](/content-management/syntax-highlighting/#highlight-shortcode), including `linenos=false`, but note the slightly different Markdown attribute syntax. ## List of Chroma Highlighting Languages