Open mistris opened 4 years ago
@mistris When I check the issues below, it seems to be a problem using the renderer instead of the Editor.
This issue seems to be because parsing is broken when there is <br>
in the renderer you are using. When using the renderer used in the Editor, <br>
is parsed normally. I hope you can share me some code or example pages to check.
@seonim-ryu just go to https://nhn.github.io/tui.editor/latest/tutorial-example01-editor-basic and insert this markdown:
111 <br> <br> <br> 222
and then switch to wysiwyg mode and back.
The code will be changed to:
111 222
Describe the bug
After switching to WYSIWYG and then back to Markdown mode, the newline is missing after
<br>
. If you have table,<br>
and after that you have h2 then after switching to WYSIWYG and then back to Markdown mode, the h2 header is inside the table.To Reproduce
Links