katex-parser 0.1.0

A port of the KaTeX parser: lexing and parsing LaTeX math expressions with macro expansion into a typed AST, plus a Unicode rendering backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod alignat;
mod alignment;
mod cases;
mod cd;
mod equation;
mod matrix;
mod registry;
mod subarray;

pub(crate) use cd::*;
pub use registry::*;