Add section for highlighting markup (#8191)
This commit is contained in:
parent
e90ce8e1ab
commit
d2caafea44
1 changed files with 11 additions and 0 deletions
11
MANUAL.txt
11
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 ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue