table of contents
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
- -F, --enable-footnotes
- enable GitHub-style footnotes
- --enable-old-footnotes
- enable Hoedown-style footnotes
- -S, --enable-strikethrough
- enable GitHub-style strikethrough
- -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
February 2025 | pulldown-cmark 0.10.3 |