inline math expressions
By quickly looking at the docs, I don't think there is a possibility to render latex math expressions inline with text ? correct me if I'm wrong. Below is what i would have liked to work.
Context
---
Given a propositional formula ``$\phi$`` determine the number of models.
This doesn't work right now, no. The closest would be to have a typst or latex block like
```typst +render
\phi
```
(or whatever is the typst way of referring to phi). This would require a bit of work but we could use typst/latex to render these into images and embed them inline.
I second this request as there isn't any way to fake this either. It would also be nice if one could use
$$
f(x) = x^2
$$
and later maybe
$f(x)=x^2$
for inline formulas as a shorthand for the codeblock with latex +render annotation. This syntax is used in Obsidian, though I'm sure it has a different origin. The presenterm userbase propably has quite a big overlap with Obsidian/Notion users so they'd feel right home.
This feature would be the most sick thing.
Inline math would be very useful.