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>2022-03-11 19:41:30 +0300
committerGitHub <noreply@github.com>2022-03-11 19:41:30 +0300
commit2e80688237d28b36af66bd1137c4f6959fc9961d (patch)
tree4ab31c83acae8d8bde5320cac8717e6eb4adcdfd
parentff2dbca607dbf02f51e000f62b355cf89dca3b45 (diff)
Update configuration-markup.md
-rw-r--r--content/en/getting-started/configuration-markup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/getting-started/configuration-markup.md b/content/en/getting-started/configuration-markup.md
index ed23ef59e..ba3f02907 100644
--- a/content/en/getting-started/configuration-markup.md
+++ b/content/en/getting-started/configuration-markup.md
@@ -261,7 +261,7 @@ Type (string)
: The type of code block. This will be the programming language, e.g. `bash`, when doing code highlighting.
Attributes (map)
-: Attributes passed in from Markdown (e.g. `{ attrName1=attrValue1 attrName2="attr Value 2"}`).
+: Attributes passed in from Markdown (e.g. `{ attrName1=attrValue1 attrName2="attr Value 2" }`).
Options (map)
: Chroma highlighting processing options. This will only be filled if `Type` is a known [Chroma Lexer](/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages).