Makurust

Markdown to HTML converter written in Rust. Inspired by Katsuki Yuri's Makudaun Tool

Special thanks to Yuri Katsuki for providing help in the project

Usage

To use Makurust, simply run the following command:

chmod a+x ./makurust
./makurust filename.md

As a result, an HTML page will be created from the given Markdown file. If the output file already exists, it will be overwritten.

Building from source

  1. Clone the Makurust repository using Git:
git clone https://github.com/saidofficial/makurust
  1. Navigate to the Makurust directory
cd makurust
  1. Use Cargo to compile the program with optional '--release' flag
cargo build --release
  1. Run using Cargo run or immediately use binary
cargo run
cd target/release/
./makurust

Dependency used 'pulldown-cmark = "0.9.2'

What is working

TODO: Implement Table support, ~~Implement panics~~, OS System Err and etc.