panache-parser 0.16.0

Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Inline Math Operators

Spaced: $a + b = c$

Tight: $a+b=c$

Relations: $x < y > z$

Mixed binary: $a - b * c$

In a script: $e^{-x}$ and $10^{-3}$

In a fraction: $\frac{a+b}{c-d}$