math-core-cli 0.8.0

CLI for converting LaTeX equations to MathML Core
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
source: crates/math-core-cli/tests/cli.rs
info:
  program: mathcore
  args:
    - "--inline-open"
    - "\\("
    - "--inline-close"
    - "\\)"
    - "-"
  stdin: "let \\(a=1\\) and $not math$"
---
success: true
exit_code: 0
----- stdout -----
let <math><mi>a</mi><mo>=</mo><mn>1</mn></math> and $not math$

----- stderr -----