obsidian-typst
obsidian-typst copied to clipboard
Fails to render multiline Typst block in preview mode
Currently Typst Renderer will successfully render a multi-line Typst block:
# Simple Linear Model
$$
y &= a + b x\
&= B_0 + B_1 x + epsilon
$$
Some text below...
will render to:
But changing to preview mode will cause the render to not pad correctly: