From ff2dbca607dbf02f51e000f62b355cf89dca3b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 11 Mar 2022 17:41:01 +0100 Subject: [PATCH] Update configuration-markup.md --- content/en/getting-started/configuration-markup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration-markup.md b/content/en/getting-started/configuration-markup.md index ef43cc259..ed23ef59e 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. +: 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).