Beni Cherniavsky-Paskin
Results
502
comments of
Beni Cherniavsky-Paskin
Latest extension [v52.11.0](https://github.com/slidevjs/slidev/releases/tag/v52.11.0), works again 🎉 Thanks! 🙏 - [x] Shows preview, both with server launched externally and launched by extension. - [x] Previewcursor sync works, both ways.
The KaTeX `\html*` syntaxes https://katex.org/docs/supported.html#html _can_ be enabled via [config](https://sli.dev/custom/config-katex#configure-katex): ```ts return { trust: true, /* ... */ } ``` but they don't seem enough. E.g. I tried: ```md c...