Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

CMark-BKRS - pure Python script parser for the CommonMark Markdown spec

Author

       Bibek Kafle and Roland Shoemaker

Description

       Process Markdown according to the CommonMark specification.

Input Files

       infile Input Markdown file to parse, defaults to STDIN

   options:-h, --help
              show this help message and exit

       -o [O] Output HTML/JSON file, defaults to STDOUT

       -a     Print formatted AST

       -aj    Output JSON AST

Name

       CMark-BKRS - pure Python script parser for the CommonMark Markdown spec

Synopsis

cmark-bkrs [-h] [-o [O]] [-a] [-aj] [infile]

See Also