Transform asciimath to LaTeX
npm install asciimath-parser-cliA parser that transforms asciimath to LaTeX.

A js implementation of simple mathematical formula markup language. Easier to learn and easier to use than LaTeX.
- Without tedious backslashes of LaTeX, it is readable.
- Even if the formula has syntax errors, only a single formula is affected, but the entire page is not affected.
- Asciimath precedence is complicated, but you can just add parentheses when in doubt.
#### CLI
``sh`
pnpm i asciimath-parser-cli
pnpx am-parse input_file.txtThis will parse delimitered asciimath formulas into LaTeX formulas.
| Options | |
|----------|--------|
| -d | Specify a delimiter (default: ) |
| --display | Whether to enable display mode in inline formula (default: false) |
| -h, --help | Display this message |