aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-15 10:05:59 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-15 10:05:59 -0800
commitfc56d9d2278352036937d5385aa22cf390d12e26 (patch)
tree30ce77d4902d865cd1baf509f0ce707c20b69ab6 /man
parent8914b6530abc26cf5cc9e36ba76826f31bd965b3 (diff)
downloadpandoc-fc56d9d2278352036937d5385aa22cf390d12e26.tar.gz
Updated man page.
Diffstat (limited to 'man')
-rw-r--r--man/pandoc.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1
index 741d2395f..6f5c0bbd3 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -774,6 +774,7 @@ documents.
\f[C]javascript\f[] obfuscates them using javascript.
\f[C]references\f[] obfuscates them by printing their letters as decimal
or hexadecimal character references.
+The default is \f[C]javascript\f[].
.RS
.RE
.TP
@@ -3959,6 +3960,9 @@ treated as spaces or as hard line breaks.
This option is intended for use with East Asian languages where spaces
are not used between words, but text is divided into lines for
readability.
+.SS Extension: \f[C]emoji\f[]
+.PP
+Parses textual emojis like \f[C]:smile:\f[] as Unicode emoticons.
.SS Extension: \f[C]tex_math_single_backslash\f[]
.PP
Causes anything between \f[C]\\(\f[] and \f[C]\\)\f[] to be interpreted
@@ -4064,7 +4068,8 @@ variants are supported:
\f[C]auto_identifiers\f[], \f[C]ascii_identifiers\f[],
\f[C]backtick_code_blocks\f[], \f[C]autolink_bare_uris\f[],
\f[C]intraword_underscores\f[], \f[C]strikeout\f[],
-\f[C]hard_line_breaks\f[], \f[C]shortcut_reference_links\f[].
+\f[C]hard_line_breaks\f[], \f[C]emoji\f[],
+\f[C]shortcut_reference_links\f[].
.RS
.RE
.TP