aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 122db23ec..012b75e2a 100644
--- a/README
+++ b/README
@@ -2020,6 +2020,14 @@ Attributes can be attached to verbatim text, just as with
`<$>`{.haskell}
+### Small caps ###
+
+To write small caps, you can use an HTML span tag:
+
+ <span style="font-variant:small-caps;">Small caps</span>
+
+This will work in all output formats that support small caps.
+
Math
----