markdown_py-3
text-to-HTML conversion library/tool (implemented in Python 3)
Install
- All systems
-
curl cmd.cat/markdown_py-3.sh
- Debian
-
apt-get install python3-markdown
- Ubuntu
-
apt-get install python3-markdown
- Kali Linux
-
apt-get install python3-markdown
- Fedora
-
dnf install python3-markdown
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-markdown
- Raspbian
-
apt-get install python3-markdown
- Dockerfile
- dockerfile.run/markdown_py-3
python3-markdown
text-to-HTML conversion library/tool (implemented in Python 3)
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 3.x.