We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you have a image inside another tag, the img is not being rendered.
for example
<p style="text-align: left"> <img loading="lazy" src="https://cdn.pixabay.com/photo/2016/06/02/02/33/triangles-1430105_640.png" style="border-radius: 8px; background-color: transparent; margin: 10px 0; padding: 0px; object-fit: cover; width: 410px; height: undefined"> </p>`;
if you have a html in this form and if you try to load it via initialContent in useEditorBridge, the img is not rendered at all.
The text was updated successfully, but these errors were encountered:
Any possible fix here?
Sorry, something went wrong.
Did not found yet
No branches or pull requests
If you have a image inside another tag, the img is not being rendered.
for example
if you have a html in this form and if you try to load it via initialContent in useEditorBridge, the img is not rendered at all.
The text was updated successfully, but these errors were encountered: