From a133a482853748745b06f6fd4a33d081d6c59151 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Sun, 21 Apr 2024 16:32:14 -0700 Subject: [PATCH] Clarify that generated syntax highlighter css overrides markup.highlight.style --- 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 d61afa289..7fa4e85af 100644 --- a/content/en/content-management/syntax-highlighting.md +++ b/content/en/content-management/syntax-highlighting.md @@ -20,7 +20,7 @@ See [Configure Highlight](/getting-started/configuration-markup#highlight). ## Generate syntax highlighter CSS -If you run with `markup.highlight.noClasses=false` in your site configuration, you need a style sheet. +If you run with `markup.highlight.noClasses=false` in your site configuration, you need a style sheet. The style sheet will override the style specified in [`markup.highlight.style`](/functions/transform/highlight/#options). You can generate one with Hugo: