summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorickc <ickc@users.noreply.github.com>2016-11-16 02:53:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-16 11:53:51 +0100
commite8ce21d614b0a65a1cc1a9d3e41e6e38220875d8 (patch)
treee4348aafa6ff2e0d2c8e9660836b8af7620de493 /MANUAL.txt
parent0dfcedad7ef98dfcfdb2378b7c974bf96b93fbcc (diff)
Small caps in Bracketed Spans (#3191)
* Markdown reader: modify bracketedSpan to check small caps * MANUAL.txt: add description on the use of `bracketed_spans` in small cap * Improve markdown readers: bracketedSpan function EXACTLY as spanHtml
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index d987919d9..379c61ca5 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2736,6 +2736,10 @@ To write small caps, you can use an HTML span tag:
(The semicolon is optional and there may be space after the
colon.) This will work in all output formats that support small caps.
+Alternatively, you can also use the new `bracketed_spans` syntax:
+
+ [Small caps]{style="font-variant:small-caps;"}
+
Math
----