Update configuration-markup.md

This commit is contained in:
Bjørn Erik Pedersen 2022-03-11 17:41:01 +01:00 committed by GitHub
parent 89d8e5d659
commit ff2dbca607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,7 @@ Type (string)
: The type of code block. This will be the programming language, e.g. `bash`, when doing code highlighting. : The type of code block. This will be the programming language, e.g. `bash`, when doing code highlighting.
Attributes (map) Attributes (map)
: Attributes passed in from Markdown. : Attributes passed in from Markdown (e.g. `{ attrName1=attrValue1 attrName2="attr Value 2"}`).
Options (map) 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). : 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).