panache 2.32.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
Some text before the equation.

$$
x = y + z
$$

Some text after.

Here's inline display math:
$$
a = b
$$
that should be converted to block format.

Another standalone block:

$$
\frac{a}{b} = c
$$

End of document.

This is not math:

$$ \frac{a}{b} = c

Because it is not closed properly.