nextjournal / clerk

⚡️ Moldable Live Programming for Clojure
https://clerk.vision
ISC License
1.79k stars 77 forks source link

Catch and display KaTeX Errors in Markdown Prose #604

Closed zampino closed 8 months ago

zampino commented 8 months ago

Add an error boundary around katex calls.

Screenshot 2024-01-08 at 12 33 17
zampino commented 8 months ago

As an alternative we might just not throw (:throwOnError false) and leave it to katex to display broken latex in red:

Screenshot 2024-01-08 at 12 57 29
zampino commented 8 months ago

Closed in favour of #606.