diff options
author | ickc <ickc@users.noreply.github.com> | 2016-11-16 02:53:51 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-11-16 11:53:51 +0100 |
commit | e8ce21d614b0a65a1cc1a9d3e41e6e38220875d8 (patch) | |
tree | e4348aafa6ff2e0d2c8e9660836b8af7620de493 /man | |
parent | 0dfcedad7ef98dfcfdb2378b7c974bf96b93fbcc (diff) | |
download | pandoc-e8ce21d614b0a65a1cc1a9d3e41e6e38220875d8.tar.gz |
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 'man')
-rw-r--r-- | man/pandoc.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1 index 42a7ad10d..e02ed270e 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -3388,6 +3388,14 @@ To write small caps, you can use an HTML span tag: .PP (The semicolon is optional and there may be space after the colon.) This will work in all output formats that support small caps. +.PP +Alternatively, you can also use the new \f[C]bracketed_spans\f[] syntax: +.IP +.nf +\f[C] +[Small\ caps]{style="font\-variant:small\-caps;"} +\f[] +.fi .SS Math .SS Extension: \f[C]tex_math_dollars\f[] .PP |