diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-15 11:15:04 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-15 11:15:04 -0800 |
commit | 455a6a937df0e6eb4612c0f818a36e6a0629ee4b (patch) | |
tree | 9140ab4be5d76f2351a89156d7e2e3481004a89a /man | |
parent | b27dcba03a6907cfc71aa0af5bfe737793c542ca (diff) |
Implemented --smart for man output.
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/cmark.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/cmark.1 b/man/man1/cmark.1 index 305761f..c2a023a 100644 --- a/man/man1/cmark.1 +++ b/man/man1/cmark.1 @@ -36,8 +36,8 @@ Consolidate adjacent text nodes. 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. +an em-dash. `...` will be rendered as ellipses. (This option +has no effect on XML output.) .TP 12n \-\-help Print usage information. |