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
---
source: crates/math-core-cli/tests/cli.rs
info:
  program: mathcore
  args: []
  stdin: a + b
---
success: true
exit_code: 0
----- stdout -----
<math><mi>a</mi><mo>+</mo><mi>b</mi></math>

----- stderr -----