A Shell-based markdown to html script
- Shell 97.5%
- Dockerfile 2.5%
| .gitea | ||
| docs | ||
| packages | ||
| .domains | ||
| .gitignore | ||
| .woodpecker.yml | ||
| Dockerfile | ||
| get.sh | ||
| index.sh | ||
| install.sh | ||
| LICENSE.txt | ||
| README.md | ||
| worker.sh | ||
This is a standard Markdown to HTML script which is essential for building lightweight static pages.
Usage
Execute markdown <source markdown file> in order to get html body printed to stdout.
Installation
You can execute curl https://markdown.mrrp.es/get.sh | sh to install on
whatever distro you like.
Alpine
curl -LO "https://markdown.mrrp.es/packages/markdown-html.apk"
Arch AUR
yay -S markdown-html-git
Debian
curl -LO "https://markdown.mrrp.es/packages/markdown-html.deb" && dpkg -i markdown-html.deb
Contributing
All contributions are welcome!