Makurust
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
- Clone the Makurust repository using Git:
git clone https://github.com/saidofficial/makurust
- Navigate to the Makurust directory
cd makurust
- Use Cargo to compile the program with optional '--release' flag
cargo build --release
- Run using Cargo run or immediately use binary
- Cargo run
cargo run
- Using binary after build
cd target/release/
./makurust
Dependency used 'pulldown-cmark = "0.9.2'
What is working
- [x] GitHub-like Markdown Style
- [x] Images
- [x] Aligning
- [ ] Table