logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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