summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn Muccigrosso <Jmuccigr@users.noreply.github.com>2022-07-22 04:40:22 -0400
committerGitHub <noreply@github.com>2022-07-22 10:40:22 +0200
commitd2caafea44e13c8ac9eed38b609b929ea8f4c2a1 (patch)
treea3cccd186c4ee1d108916197608e2ed27b6f40e3 /MANUAL.txt
parente90ce8e1ab4dc0fc441c59ea53cfd2733f587e96 (diff)
Add section for highlighting markup (#8191)
Diffstat (limited to 'MANUAL.txt')
-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 ###