-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to dynamically set the editor's formula in the demo and automatically render it. #140
Comments
I took a look at the editingDowncast and realized that I needed to save the Katex formula in HTML format. |
@uniconnector If there's no objection, I added formatting to the original post.
Would you consider this resolved? |
@tony Saving HTML can indeed solve the problem, but the project itself relies on the markup format, so the cost of replacement is relatively high. |
This seems more like a support issue than a bug at the moment. I can't give support, I'll clarify if there's a bug or not. ckeditor5-math uses In regards to "Saving HTML", can you give an example of what HTML you're saving when it works? It may be working as intended. |
For instance, I have integrated the math plugin into my angular application and I am trying to pass the math equation directly from the application to the editor but it is not able to render it.
But, when I am trying rendering this equation(
What am I missing? index.html
|
Add formula content to the file:
show contents
\[ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} \]
Expected result:
Format formula
The text was updated successfully, but these errors were encountered: