aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorWilliam Lupton <wlupton@users.noreply.github.com>2021-08-12 18:18:22 +0100
committerGitHub <noreply@github.com>2021-08-12 10:18:22 -0700
commit649133fe5ecf6a2408eeb3c01bc654f71754a590 (patch)
tree09edfadc363331071daa8cac2d649c9a160ef642 /MANUAL.txt
parentfc20672bb9e23b5136f10b3260a655336db28fdf (diff)
downloadpandoc-649133fe5ecf6a2408eeb3c01bc654f71754a590.tar.gz
Document use of the 'underline' class. (#7492)
Addresses a comment in #7484.
Diffstat (limited to 'MANUAL.txt')
-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: