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
First off thank you for forking this project. Using this component is really easy and has replaced quill.
I want to make a custom code render function where when the user runs the specifies the following code block the javascript code will convert to a math function using something like https://latex.codecogs.com/ or katex to render on the client. Quilljs has a method of doing this called formula which is pretty simple to setup. If I can get this working I would be happy to make a PR. I am just not sure how to do this. How do I detect and render this math code block?
```math
\int \frac{1}{x} dx = \ln \left| x \right| + C
```
The text was updated successfully, but these errors were encountered:
First off thank you for forking this project. Using this component is really easy and has replaced quill.
I want to make a custom code render function where when the user runs the specifies the following code block the javascript code will convert to a math function using something like https://latex.codecogs.com/ or katex to render on the client. Quilljs has a method of doing this called formula which is pretty simple to setup. If I can get this working I would be happy to make a PR. I am just not sure how to do this. How do I detect and render this math code block?
The text was updated successfully, but these errors were encountered: