cmark

My personal build of CMark ✏️

Commit
dbbc20d4051ea9033f0b13b478fcbcd855950bd7
Parent
c4eb6bc33d9639ce0840a5fa3cea173c2c816fd1
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed documentation of --width in man page.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified man/man1/cmark.1 2 1 1
diff --git a/man/man1/cmark.1 b/man/man1/cmark.1
@@ -23,7 +23,7 @@ Specify output format (\f[C]html\f[], \f[C]man\f[], \f[C]xml\f[],
 .B \-\-width \f[I]WIDTH\f[]
 Specify a column width to which to wrap the output. For no wrapping, use
 the value 0 (the default).  This option currently only affects the
-commonmark renderer.
+commonmark, latex, and man renderers.
 .TP 12n
 .B \-\-sourcepos
 Include source position attribute.