diff options
| author | William Lupton <[email protected]> | 2022-07-24 12:22:32 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-05-04 16:31:08 +0200 |
| commit | 9c272620340d8d737cf40f8fa4b3b5fb929a7c7d (patch) | |
| tree | e8e011060348097e260ebed63507195b3c120928 | |
| parent | f9bbbf6f402edfac34db5482c9c5d9c4f230b875 (diff) | |
Manual: move highlighting documentation (with minor adjustments)
| -rw-r--r-- | MANUAL.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 563f8e3ff..d66f7eb9a 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4880,18 +4880,6 @@ 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 ### #### Extension: `strikeout` #### @@ -4978,6 +4966,18 @@ For compatibility with other Markdown flavors, CSS is also supported: This will work in all output formats that support small caps. +### 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 all output formats that support highlighting. + ## Math |
