From d2caafea44e13c8ac9eed38b609b929ea8f4c2a1 Mon Sep 17 00:00:00 2001 From: John Muccigrosso Date: Fri, 22 Jul 2022 04:40:22 -0400 Subject: [PATCH] Add section for highlighting markup (#8191) --- MANUAL.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ###