aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANUAL.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index c76505e80..5d3f5b09b 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -4396,6 +4396,18 @@ Attributes can be attached to verbatim text, just as with
`<$>`{.haskell}
+### Underline ###
+
+To underline text, use the `underline` (or `ul`) class:
+
+ [Underline]{.underline}
+
+Or, without the `bracketed_spans` extension (but with `native_spans`):
+
+ <span class="underline">Underline</span>
+
+This will work in all output formats that support underline.
+
### Small caps ###
To write small caps, use the `smallcaps` class: