An ordinary, list, or table line can contain flag characters, which add styles to the text between matching flags.
Flag | Meaning |
---|---|
` | Programming Language Code |
\ | Emphasis (Italics) |
\\ | Strong Emphasis (bold) |
This is programming language code, italic is italic, and bold is bold.
The flagged text cannot be empty, thus ``` represents a single ` character.
` is recognized inside of \, but not vice versa. Thus programming language code can be italicized, e.g. \`f(X)`\ formats as f(X).
Previous page Table of Contents Next page