diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-14 18:36:30 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-14 18:36:30 -0800 |
commit | a27cf939b21e2a73ddd49dde942b66f7ca85abdc (patch) | |
tree | 3863eeee6ff2091a667dd69d6bf6a7e50ee4ab1b /man | |
parent | fd3ae5c387e9be4e9e6362b71b25b9945e54f54b (diff) |
Updated man page for --smart.
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/cmark.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man1/cmark.1 b/man/man1/cmark.1 index c425b8c..305761f 100644 --- a/man/man1/cmark.1 +++ b/man/man1/cmark.1 @@ -32,6 +32,13 @@ Treat newlines as hard line breaks. \-\-normalize Consolidate adjacent text nodes. .TP 12n +\-\-smart +Use smart punctuation. Straight double and single quotes will +be rendered as curly quotes, depending on their position. `--` +will be rendered as an en-dash. `---` will be rendered as +an em-dash. `...` will be rendered as ellipses. Currently +only supported for HTML output. +.TP 12n \-\-help Print usage information. .TP 12n |