discount-mkd2html
implementation of the Markdown markup language in C
Install
- All systems
-
curl cmd.cat/discount-mkd2html.sh
- Debian
-
apt-get install discount
- Ubuntu
-
apt-get install discount
- Alpine
-
apk add discount
- Arch Linux
-
pacman -S discount
- Kali Linux
-
apt-get install discount
- Fedora
-
dnf install discount
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install discount
- OS X
-
brew install discount
- Raspbian
-
apt-get install discount
- Dockerfile
- dockerfile.run/discount-mkd2html
- Docker
-
docker run cmd.cat/discount-mkd2html discount-mkd2html
powered by Commando
discount
implementation of the Markdown markup language in C
Discount is an implementation of John Gruber's Markdown markup language. It implements all of the language described in the Markdown syntax document and passes the Markdown 1.0 test suite. This package provides the discount executables.