mgriebling/SwiftMath

great performance! but how to render inline latex without losing plain text?

Closed this issue · 1 comments

FYI

when I try to render inline latex, like "this is function: $$f(x)=y$$", this lib just show me f(x)=y

Embed the the "this is function:" in a \text{this is function:} block.

Here's the full equation:

\text{this is function:} \\ f(x) = y

which produces:

Screenshot 2023-06-29 at 11 33 42 AM