markdown.lua
Pure Lua 5.1 implementation of the Markdown text-to-html markup
Install
- All systems
-
curl cmd.cat/markdown.lua.sh
- Debian
-
apt-get install lua-markdown
- Ubuntu
-
apt-get install lua-markdown
- 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
- Dockerfile
- dockerfile.run/markdown.lua
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.