Skip to content

Commit 2c223c4

Browse files
committed
man: Add missing command line options
These options were documented in --help but missing from the man page. Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent 8c43cd8 commit 2c223c4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

man/man1/cmark-gfm.1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,18 @@ URLs are those that begin with `javascript:`, `vbscript:`,
6666
`file:`, or `data:` (except for `image/png`, `image/gif`,
6767
`image/jpeg`, or `image/webp` mime types).
6868
.TP 12n
69+
.B \-\-github-pre-lang
70+
Use GitHub-style <pre lang> for code blocks.
71+
.TP 12n
72+
.B \-\-strikethrough-double-tilde
73+
Only parse strikethrough (if enabled) with two tildes.
74+
.TP 12n
75+
.B \-\-table-prefer-style-attributes
76+
Use style attributes to align table cells instead of align attributes.
77+
.TP 12n
78+
.B \-\-full-info-string
79+
Include remainder of code block info string in a separate attribute.
80+
.TP 12n
6981
.B \-\-help
7082
Print usage information.
7183
.TP 12n

0 commit comments

Comments
 (0)