markdown_py
text-to-HTML conversion library/tool (Python 2 version)
Install
- All systems
-
curl cmd.cat/markdown_py.sh
- Debian
-
apt-get install python-markdown
- Ubuntu
-
apt-get install python-markdown
- Arch Linux
-
pacman -S python-markdown
- Kali Linux
-
apt-get install python-markdown
- CentOS
-
yum install python-markdown
- Fedora
-
dnf install python2-markdown
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-markdown
- OS X
-
brew install python-markdown
- Raspbian
-
apt-get install python-markdown
- Dockerfile
- dockerfile.run/markdown_py
python-markdown
text-to-HTML conversion library/tool (Python 2 version)
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). This is a Python implementation of John Gruber's Markdown. The current version of python-markdown implements all Markdown syntax features and fully passes Markdown Test Suite 1.0. It also supports footnotes and attributes. This package contains all the files needed to use Markdown with Python 2.x, and the /usr/bin/markdown_py command-line tool (provided for compatibility purposes).