summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANUAL.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index fabb8bf07..6967e503c 100644
--- a/MANUAL.txt
+++ b/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 ###