cmark-bkrs

Python parser for the CommonMark Markdown spec -- Python

Install

All systems
curl cmd.cat/cmark-bkrs.sh
Debian Debian
apt-get install python-commonmark-bkrs
Ubuntu
apt-get install python-commonmark-bkrs
image/svg+xml Kali Linux
apt-get install python-commonmark-bkrs
Windows (WSL2)
sudo apt-get update sudo apt-get install python-commonmark-bkrs
Raspbian
apt-get install python-commonmark-bkrs

python-commonmark-bkrs

Python parser for the CommonMark Markdown spec -- Python

Pure Python port of `jgm''s CommonMark, a Markdown parser and renderer for the CommonMark (http://commonmark.org) specification, using only native modules. This provides the CommonMark-py Python package as developed by Bibek Kafle and Roland Shoemaker (BKRS). After release 0.5.4, their project moved to `Read the Docs' (http://readthedocs.org) and major changes broke compatibility. However some Python packages may still depend on their last implementation, hence this Debian package which is meant to smooth the transition. This package installs the library for Python 2.