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: "$a < b$ and $x > y$\n"
---
success: true
exit_code: 0
----- stdout -----
<math><mi>a</mi><mo>&lt;</mo><mi>b</mi></math> and <math><mi>x</mi><mo>&gt;</mo><mi>y</mi></math>


----- stderr -----