A Shell-based markdown to html script
  • Shell 97.5%
  • Dockerfile 2.5%
Find a file
2025-11-26 22:54:02 +00:00
.gitea Publish a markdown source code. 2023-09-13 18:02:03 +02:00
docs Fix code block in the documentation 2025-11-26 22:54:02 +00:00
packages Fix APK builder 2025-11-26 22:33:43 +00:00
.domains Update domain 2025-11-26 21:07:26 +00:00
.gitignore Publish a markdown source code. 2023-09-13 18:02:03 +02:00
.woodpecker.yml Fix CI/CD 2025-11-26 22:30:38 +00:00
Dockerfile Publish a markdown source code. 2023-09-13 18:02:03 +02:00
get.sh Patch scripts 2025-11-26 21:08:40 +00:00
index.sh Fix CI/CD 2025-11-26 22:30:38 +00:00
install.sh Publish a markdown source code. 2023-09-13 18:02:03 +02:00
LICENSE.txt Update licensing. 2023-09-26 19:51:56 +02:00
README.md Fix links 2025-11-26 22:33:33 +00:00
worker.sh Patch scripts 2025-11-26 21:08:40 +00:00

:splash:

:donate:

:woodpecker-ci: :codeberg:

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!

License

Akini License 4.0