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.
- β
Convert
.mdfiles to.html - π Automatically re-renders on file save
- β‘ Fast and compiled with Rust
- π§© Uses popular, safe crates:
pulldown-cmark,clap,notify - π§ Simple CLI interface
md2htmlx input.md output.htmlcargo install md2htmlxgit clone https://github.com/yourusername/md2htmlx.git
cd md2htmlx
cargo build --release
./target/release/md2htmlx input.md output.html