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.
**Right aligned columns**
| Option | Description |
| -----: | ----------: |
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
| test | [wefwef](ewf) |
<br>
## Links
Newline after the
tag should not be removed.


@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
Most helpful comment
@seonim-ryu just go to https://nhn.github.io/tui.editor/latest/tutorial-example01-editor-basic and insert this markdown:
111 <br> <br> <br> 222and then switch to wysiwyg mode and back.
The code will be changed to:
111 222