cmark

My personal build of CMark ✏️

Commit
a27cf939b21e2a73ddd49dde942b66f7ca85abdc
Parent
fd3ae5c387e9be4e9e6362b71b25b9945e54f54b
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated man page for --smart.

Diffstat

1 file changed, 7 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified man/man1/cmark.1 7 7 0
diff --git 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