| Crates.io | rust-md2html |
| lib.rs | rust-md2html |
| version | 0.1.2 |
| created_at | 2025-07-30 16:20:57.337674+00 |
| updated_at | 2025-07-30 16:44:22.639112+00 |
| description | A simple Rust CLI to convert Markdown to HTML with file watching |
| homepage | https://github.com/haffizaliraza/rust-md2html |
| repository | https://github.com/haffizaliraza/rust-md2html |
| max_upload_size | |
| id | 1773746 |
| size | 24,167 |
md2htmlx is a fast, lightweight, and user-friendly command-line tool written in Rust that converts Markdown files into HTML. It also supports a live watch mode to automatically re-render your HTML output whenever the Markdown file is edited.
Perfect for developers, bloggers, or static site generators who want quick Markdown rendering without heavy dependencies.
.md files to .htmlpulldown-cmark, clap, notifymd2htmlx input.md output.html
cargo install md2htmlx
git clone https://github.com/yourusername/md2htmlx.git
cd md2htmlx
cargo build --release
./target/release/md2htmlx input.md output.html