mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
Add section for highlighting markup (#8191)
This commit is contained in:
+11
@@ -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 ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user