You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are going to go with Katex, which basically supports all of the things we need. This allows us to avoid MathJax craziness when working without their CDN.
Basically we will detect \[ and \( and we will parse the content inside using Katex. We will then render it inside a Quill div as readonly. This is a very flexible solution that will allow us to write math in the future too.
Support mathematical equations like the following:
A
\[
indicates the beginning of a block, while a\]
indicates its end.A
\(
indicates the beginning of an inline expression, while a\)
indicates its end.The text was updated successfully, but these errors were encountered: