Add section for highlighting markup (#8191)

This commit is contained in:
John Muccigrosso 2022-07-22 04:40:22 -04:00 committed by GitHub
parent e90ce8e1ab
commit d2caafea44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ###