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
@seb-saletes This is not a problem with different tags. This is because the editor's default font family is not defined in the style used by the Viewer. Thanks for reporting the issue.
Thanks for your quick reply.
I'm not sure to understand, what would be the editor output after the fix ?
Could you recommend a workaround until the fix land to release ?
Describe the bug
Html generated by viewer and editor are not consistent.
To Reproduce
Input :
# Title\n
html generated in editor:
<h1><div>Title</div><br></h1>
html generated in viewer:
<h1>Title</h1>
Expected behavior
Editor and viewer should generate same html for same input. That way we can switch between mode without breaking style.
Screenshots
HTML generated by Editor
HTML generated by Viewer
The text was updated successfully, but these errors were encountered: