mirror of
https://github.com/dark-voyage/makudaun.git
synced 2026-02-15 23:59:47 +00:00
🧾 | Markdown to HTML tool but this time on Rust.
https://crates.io/crates/makudaun
- Rust 51.1%
- CSS 47.4%
- Just 1.5%
| .github/workflows | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| justfile | ||
| license | ||
| readme.md | ||
Makudaun!
Render markdown files to HTML using GitHub flavored themes.
About
Makudaun is a simple markdown renderer that uses GitHub flavored themes. It is written in Rust and uses markdown alpha as a Markdown parser.
Everytime I used my old makudaun written on TypeScript, I started feeling like a idiot myself... So here you are!
Features
- GitHub Flavor
- Dark theme support
Install (Automatic)
You may use cargo to install the binary:
cargo install makudaun
Install (Manual)
Visit the releases page on GitHub, download the latest binary and put it in your PATH. Link to the latest release: Releases
License
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.