Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ md2htmlx β€” A Simple Markdown to HTML Converter with Live Watch Mode

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.


πŸš€ Features

  • βœ… Convert .md files to .html
  • πŸ” Automatically re-renders on file save
  • ⚑ Fast and compiled with Rust
  • 🧩 Uses popular, safe crates: pulldown-cmark, clap, notify
  • πŸ”§ Simple CLI interface

πŸ“¦ Usage

Basic Conversion

md2htmlx input.md output.html

πŸ“¦ Installation

From crates.io:

cargo install md2htmlx

Build From Source

git clone https://github.com/yourusername/md2htmlx.git
cd md2htmlx
cargo build --release
./target/release/md2htmlx input.md output.html

About

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.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages