escape-mathblock-no-closer-escape

MathBlock has NO closer escape — LaTeX owns \. Every backslash is literal; \$$$ is captured verbatim as \$$$ content (does NOT escape to literal $$$).

§8.3

Input

$$$
\alpha + \beta
$$$

Output AST

- type: MathBlock
  raw: \alpha + \beta