cmark-gfm
CommonMark parsing and rendering program, GitHub flavor
Install
- All systems
-
curl cmd.cat/cmark-gfm.sh
- Debian
-
apt-get install cmark-gfm - Ubuntu
-
apt-get install cmark-gfm - Arch Linux
-
pacman -S cmark-gfm - Kali Linux
-
apt-get install cmark-gfm - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install cmark-gfm - OS X
-
brew install cmark-gfm
cmark-gfm
CommonMark parsing and rendering program, GitHub flavor
cmark-gfm is the GitHub flavor of the cmark C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. This package provides a command-line program (cmark-gfm) for parsing and rendering CommonMark documents. This GitHub flavored version has extensions for org-mode style tables, auto-linking, and more.