marked
Full-featured markdown parser and compiler for NodeJS
Install
- All systems
-
curl cmd.cat/marked.sh
- Debian
-
apt-get install node-marked
- Ubuntu
-
apt-get install node-marked
- Arch Linux
-
pacman -S marked
- Kali Linux
-
apt-get install node-marked
- Fedora
-
dnf install marked
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install node-marked
- Raspbian
-
apt-get install node-marked
- Dockerfile
- dockerfile.run/marked
node-marked
Full-featured markdown parser and compiler for NodeJS
Marked implements all markdown features while having a high processing speed. It is also fully compatible with client-side javascript. Additionally Marked also implements github flavored markdown. This package contains the marked executable and node module.