diff options
| author | John Muccigrosso <Jmuccigr@users.noreply.github.com> | 2022-07-22 04:40:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-22 10:40:22 +0200 |
| commit | d2caafea44e13c8ac9eed38b609b929ea8f4c2a1 (patch) | |
| tree | a3cccd186c4ee1d108916197608e2ed27b6f40e3 /MANUAL.txt | |
| parent | e90ce8e1ab4dc0fc441c59ea53cfd2733f587e96 (diff) | |
Add section for highlighting markup (#8191)
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index fabb8bf07..6967e503c 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4720,6 +4720,17 @@ just part of a word, use `*`: feas*ible*, not feas*able*. +### Highlighting ### + +To highlight text, use the `mark` class: + + [Mark]{.mark} + +Or, without the `bracketed_spans` extension (but with `native_spans`): + + <span class="mark">Mark</span> + +This will work in html output. ### Strikeout ### |
