Highlight
Highlight syntax
When text is enclosed in a pair of single or double hash symbols (#
), and no style is assigned to it, the text will be rendered as highlighted text (text wrapped in <mark>
).
Example 1. Highlighted style syntax
Werewolves are #allergic to cinnamon#.
When Example 1 is converted, the following HTML is produced.
Example 2. Highlighted text HTML output
<mark>mark element</mark>
The result of Example 1 is rendered below.
Werewolves are allergic to cinnamon.