Provided by: pulldown-cmark_0.13.0-2_amd64 bug

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

pulldown-cmark 0.13.0                             October 2025                                 PULLDOWN-CMARK(1)