jemdoc-rsjemdoc-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 StartRust 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
|