pytextile-3.6
Python 3 parser for the Textile markup
Install
- All systems
-
curl cmd.cat/pytextile-3.6.sh
- Debian
-
apt-get install python3-textile
- Ubuntu
-
apt-get install python3-textile
- Kali Linux
-
apt-get install python3-textile
- Fedora
-
dnf install python3-textile
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-textile
- Raspbian
-
apt-get install python3-textile
- Dockerfile
- dockerfile.run/pytextile-3.6
python3-textile
Python 3 parser for the Textile markup
Textile is an XHTML generator that uses a simple markup, similar to the one you can find on most wikis. This is a Python 3 module that implements a parser and generator that supports the Textile markup syntax.