multimarkdown
module to convert MultiMarkdown syntax to (X)HTML
Install
- All systems
-
curl cmd.cat/multimarkdown.sh
- Debian
-
apt-get install libtext-multimarkdown-perl
- Ubuntu
-
apt-get install libtext-multimarkdown-perl
- Kali Linux
-
apt-get install libtext-multimarkdown-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libtext-multimarkdown-perl
- OS X
-
brew install multimarkdown
- Raspbian
-
apt-get install libtext-multimarkdown-perl
- Dockerfile
- dockerfile.run/multimarkdown
libtext-multimarkdown-perl
module to convert MultiMarkdown syntax to (X)HTML
Text::MultiMarkdown is a Perl module that extends the functionality of the Markdown structured text format (see the libtext-markdown-perl package). Markdown provides a simple way to translate easy-to-read and easy-to-write structured text into (X)HTML. In turn, this module extends the functionality by implementing the MultiMarkdown syntax extensions as described in: <URL:http://fletcherpenney.net/multimarkdown>.