diff --git a/docs/userGuide/syntax/code.mbdf b/docs/userGuide/syntax/code.mbdf index e4aaef01f2..2633ac3005 100644 --- a/docs/userGuide/syntax/code.mbdf +++ b/docs/userGuide/syntax/code.mbdf @@ -10,7 +10,7 @@ Features: - Syntax coloring - Line numbering - Line highlighting -- Code block headers +- Code block headers ##### Syntax coloring To enable syntax coloring, specify a language next to the backticks before the fenced code block. @@ -108,7 +108,7 @@ To add a heading, add the attribute `heading` with the heading text as the value ```` {.no-line-numbers} -```xml {heading="Heading title"} +```xml {heading="Heading title", highlight-lines="2"} goo @@ -117,7 +117,7 @@ To add a heading, add the attribute `heading` with the heading text as the value -```xml {heading="Heading title"} +```xml {heading="Heading title", highlight-lines="2"} goo @@ -168,4 +168,4 @@ or the java code `public static void main(String[] args)`{.java}. ``` Syntax coloring for inline code: `goo`{.xml} too! - \ No newline at end of file +