markdown2
implementation of Markdown
Install
- All systems
-
curl cmd.cat/markdown2.sh
- Debian
-
apt-get install python2-markdown2
- Ubuntu
-
apt-get install python2-markdown2
- Kali Linux
-
apt-get install python2-markdown2
- Fedora
-
dnf install python2-markdown2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python2-markdown2
- Dockerfile
- dockerfile.run/markdown2
python2-markdown2
implementation of Markdown
python3-markdown2
Fast and complete implementation of Markdown in Python3
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown’s text format is most similar to that of plain text email, and supports features such as headers, emphasis, code blocks, blockquotes, and links. This is a fast and complete Python3 implementation of the Markdown spec.