panache-parser 0.2.1

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

Simple math: $x = y$

With spaces: $ a + b = c $

Math in emphasis: *equation $E = mc^2$ here*

Adjacent math: $x$ and $y$ variables

Complex: $\frac{n!}{k!(n-k)!}$

Multiple dollars: $$\text{display math}$$