markdown.lua

Pure Lua 5.1 implementation of the Markdown text-to-html markup

Install

All systems
curl cmd.cat/markdown.lua.sh
Debian Debian
apt-get install lua-markdown
Ubuntu
apt-get install lua-markdown
image/svg+xml Kali Linux
apt-get install lua-markdown
Fedora
dnf install lua-markdown
Windows (WSL2)
sudo apt-get update sudo apt-get install lua-markdown
Raspbian
apt-get install lua-markdown

lua-markdown

Pure Lua 5.1 implementation of the Markdown text-to-html markup

This package contains markdown, a Lua library to translate the markdown syntax to HTML. This package also contains the documentation.