Pymark
The Book of Knowledge
PyMark.md
Installing Markdown (python markdown module and tool)
Markdown translator, convertor to html
As root, use pip to install markdown. Root is needed since the command line interface is in /usr/local/bin.
sudo su -
pip3 install markdown
There may be a warning about /usr/local/bin not in PATH. Ignore it. [//]: # ( vim: set ai et nu sts=2 sw=2 ts=2 tw=78 filetype=markdown :)