Codeberg
This is a standard Markdown to HTML script which is essential for building lightweight static pages.Usage
Executemarkdown
in order to get html body printed to stdout
.
Installation
You can executecurl https://markdown.chimmie.k.vu/get.sh | sh
to install on
whatever distro you like.
Alpine
curl -LO "https://markdown.chimmie.k.vu/packages/markdown-html.apk"
Arch AUR
yay -S markdown-html-git
Debian
curl -LO "https://markdown.chimmie.k.vu/packages/markdown-html.deb" && dpkg -i markdown-html.deb