table of contents
other versions
- trixie 0.10.3-1+b2
- testing 0.10.3-1+b2
- unstable 0.13.0-2
- experimental 0.13.0-1
PULLDOWN-CMARK(1) | User Commands | PULLDOWN-CMARK(1) |
NAME¶
pulldown-cmark - pulldown-cmark
SYNOPSIS¶
pulldown-cmark [options]
DESCRIPTION¶
Reads markdown from file or standard input and emits HTML.
OPTIONS¶
- -h, --help
- this help message
- -d, --dry-run
- dry run, produce no output
- -e, --events
- print event sequence instead of rendering
- -T, --enable-tables
- enable GitHub-style tables
- -m, --enable-math
- enable LaTeX-style math
- -F, --enable-footnotes
- enable GitHub-style footnotes
- -f, --enable-old-footnotes
- enable Hoedown-style footnotes
- -S, --enable-strikethrough
- enable GitHub-style strikethrough
- -U, --enable-superscript
- enable superscript
- -B, --enable-subscript
- enable subscript
- -L, --enable-tasklists
- enable GitHub-style task lists
- -P, --enable-smart-punctuation
- enable smart punctuation
- -H, --enable-heading-attributes
- enable heading attributes
- -M, --enable-metadata-blocks
- enable metadata blocks
- -R, --reject-broken-links
- fail if input file has broken links
- -G, --enable-gfm
- enable misc GFM features
- -D, --enable-definition-list
- enable Commonmark-HS-Extensions compatible definition lists
- -W, --enable-wikilinks
- enable wikilinks
October 2025 | pulldown-cmark 0.13.0 |