diff options
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/cmark.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man1/cmark.1 b/man/man1/cmark.1 index 3db18da..6635be5 100644 --- a/man/man1/cmark.1 +++ b/man/man1/cmark.1 @@ -24,6 +24,11 @@ concatenated before parsing. Specify output format (\f[C]html\f[], \f[C]man\f[], \f[C]xml\f[], \f[C]commonmark\f[]). .TP 12n +\-\-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. +.TP 12n \-\-sourcepos Include source position attribute. .TP 12n |