🧾 | Markdown to HTML tool but this time on Rust. https://crates.io/crates/makudaun
  • Rust 51.1%
  • CSS 47.4%
  • Just 1.5%
Find a file
2023-07-06 10:32:45 +05:00
.github/workflows Update cargo.yml 2023-03-09 11:44:05 +05:00
src preserve html included characters 2023-03-09 11:55:40 +05:00
.gitignore preserve html included characters 2023-03-09 11:55:40 +05:00
Cargo.toml transitioning to new personality 2023-07-06 10:32:45 +05:00
justfile fixed readme 2023-03-09 12:08:06 +05:00
license Rename LICENSE to license 2023-03-09 11:28:24 +05:00
readme.md transitioning to new personality 2023-07-06 10:32:45 +05:00

logo

Makudaun!

Render markdown files to HTML using GitHub flavored themes.

GitHub top language Channel Shellcheck CI

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.