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
---
source: crates/math-core-cli/tests/cli.rs
info:
  program: mathcore
  args:
    - "-"
  stdin: "inline $a+b$ and block $$c$$\n"
---
success: true
exit_code: 0
----- stdout -----
inline <math><mi>a</mi><mo>+</mo><mi>b</mi></math> and block <math display="block"><mi>c</mi></math>


----- stderr -----