cmark

My personal build of CMark ✏️

Commit
2a6cbd357aa142bb40b136419cba22b6b0fa477a
Parent
455a6a937df0e6eb4612c0f818a36e6a0629ee4b
Author
John MacFarlane <jgm@berkeley.edu>
Date

Man page updates.

Diffstat

1 file changed, 10 insertions, 6 deletions

Status File Name N° Changes Insertions Deletions
Modified man/man1/cmark.1 16 10 6
diff --git a/man/man1/cmark.1 b/man/man1/cmark.1
@@ -5,7 +5,7 @@
 .SH "SYNOPSIS"
 .HP 6n
 \fBcmark\fR
-[\fB\-\-ast\fR]
+[options]
 file*
 .SH "DESCRIPTION"
 \fBcmark\fR
@@ -34,10 +34,11 @@ 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.  (This option
-has no effect on XML output.)
+be rendered as curly quotes, depending on their position.
+\f[C]\-\-\f[] will be rendered as an en-dash.
+\f[C]\-\-\-\f[] will be rendered as an em-dash.
+\f[C]...\f[] will be rendered as ellipses.
+(This option has no effect on XML output.)
 .TP 12n
 \-\-help
 Print usage information.
@@ -45,4 +46,7 @@ Print usage information.
 \-\-version
 Print version.
 .SH "AUTHORS"
-John MacFarlane
+John MacFarlane, Vicent Marti, Kārlis Gaņģis, Nick Wellnhofer.
+.SH "SEE ALSO"
+.PP
+CommonMark spec:  \f[C]http://spec.commonmark.org\f[].