logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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