diff options
author | Kirill Bobyrev <[email protected]> | 2023-05-06 07:00:37 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-06 07:00:37 -0700 |
commit | a4fb8dc6bc4358ca5c307e1af4a50fee2a0c4c12 (patch) | |
tree | 71e5b9a26c26c04030011711ac1bfa87660cf856 /docs | |
parent | 4f341fa1af6c47cb7381b94a4f23ec9278b210fd (diff) | |
download | hugo-a4fb8dc6bc4358ca5c307e1af4a50fee2a0c4c12.tar.gz hugo-a4fb8dc6bc4358ca5c307e1af4a50fee2a0c4c12.zip |
Update syntax-highlighting.md (#10929)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/en/content-management/syntax-highlighting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/content-management/syntax-highlighting.md b/docs/content/en/content-management/syntax-highlighting.md index 5f8a44ee2..9e1fc02d6 100644 --- a/docs/content/en/content-management/syntax-highlighting.md +++ b/docs/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 |