netTypst

Markdown notes tend not to support embedded Typst. Even with this, they still don't, but you can put Typst inside anyway.

You can simply embed an image:

![netTypst error](https://typst.tudbut.de/{typst code})
...will become the rendered Typst that you deserve.

Limitations

Due to the limitations of URLs, you will have to alter some things:

The rest should work as intended, but you can use URLEncoding to avoid any other issues. To avoid deadlocks and other security issues, all #-expressions of Typst are impossible.

Example

https://typst.tudbut.de/lim_(a->0)(f(x_0+a)-f(x_0))/a=f'(x)