Add section for highlighting markup (#8191)

This commit is contained in:
John Muccigrosso
2022-07-22 10:40:22 +02:00
committed by GitHub
parent e90ce8e1ab
commit d2caafea44
+11
View File
@@ -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 ###