Skip to content
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

fix: semantic html for formula cannot be rendered as expect #4241

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mxtaooo
Copy link

@mxtaooo mxtaooo commented Jun 6, 2024

when apply semantic html for formula as content of editor, just print formula text.

Steps for Reproduction

  1. create html with <div id="editor"></div> and editor creation related code, then load the page
  2. enter a formula in editor, for exampe: x^2+y^2=1
  3. take html string from getSemanticHTML(), then paste into html file, as the content of div#editor, then refresh browser

Expected behavior:

the formula should be pretty rendered

Actual behavior:

just print the text what we entered

Platforms:

Firefox

Version:

Quill 2.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant