panache 2.36.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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}
$$