rdiscount
Discount Markdown Processor for Ruby
Install
- All systems
-
curl cmd.cat/rdiscount.sh
- Debian
-
apt-get install ruby-rdiscount
- Ubuntu
-
apt-get install ruby-rdiscount
- Alpine
-
apk add ruby-rdiscount
- Arch Linux
-
pacman -S ruby-rdiscount
- Kali Linux
-
apt-get install ruby-rdiscount
- Fedora
-
dnf install ruby-rdiscount
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-rdiscount
- Raspbian
-
apt-get install ruby-rdiscount
- Dockerfile
- dockerfile.run/rdiscount
- Docker
-
docker run cmd.cat/rdiscount rdiscount
powered by Commando
ruby-rdiscount
Discount Markdown Processor for Ruby
Discount is an implementation of John Gruber's Markdown markup language in C. It implements all of the language described in the markdown syntax document and passes the Markdown 1.0 test suite. RDiscount is a Ruby extension library for Discount. It can be used as a stand-alone program or within another Ruby program.