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`): + + Mark + +This will work in html output. ### Strikeout ###