UNPKG

latex-math

Version:

Parses LaTeX math strings—typically extracted from Markdown—and converts them into an abstract syntax tree (AST).

3 lines (2 loc) 71 B
import LatexPegParser from "./latex.pegjs"; export { LatexPegParser };