Man page - cmark-bkrs(1)
Packages contains this manual
Package: python3-commonmark-bkrs
apt-get install python3-commonmark-bkrs
apt-get install python3-commonmark-bkrs
Manuals in package:
Documentations in package:
Manual
CMARK-BKRS
NAMESYNOPSIS
DESCRIPTION
INPUT FILES
options:
AUTHOR
COPYRIGHT
NAME
CMark-BKRS - pure Python script parser for the CommonMark Markdown spec
SYNOPSIS
cmark-bkrs [ -h ] [ -o [ O ]] [ -a ] [ -aj ] [ infile ]
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 |
AUTHOR
Bibek Kafle and Roland Shoemaker
COPYRIGHT
Copyright (C) 2014 Bibek Kafle and Roland Shoemaker