jemdoc-rs

jemdoc-rs is a Rust rewrite of jemdoc+MathJax, a light text-based markup language for creating static websites.

It converts .jemdoc source files into clean, standards-compliant HTML5 pages with built-in support for MathJax 4.

Quick Start

Rust and Cargo are required to use jemdoc-rs.

# Install
cargo install --git https://github.com/haozhu10015/jemdoc-rs.git

# Convert a single file
jemdoc-rs index

# With a configuration file
jemdoc-rs -c mysite.conf *.jemdoc

Command-Line Options

Option Description
-c <file> Use a configuration file
-o <file> Write output to a specific file or directory
--show-config Print the default configuration template
--version Show version information
--help, -h Show help message