Random <br> tag on enter more than twice
See original GitHub issueDescribe the bug
In WYSIWYG mode, when you enter more than twice, any extra enter will be shown as <br> tag with TUIViewer.
To Reproduce
- Use WYSIWYG mode (not Markdown)
- Type anything and try to create multiple enters
Expected behavior
No <br> tag should be shown in TuiViewer
Screenshots
Additional context
한국사람입니다 😃
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Random <br /> tag appearing, no idea why [duplicate]
php so I have no idea where it is coming from. Even weirder, the header.php is included in my other pages and they...
Read more >Quill, Shift-Enter and <br> tags
The reason two <br> tags are inserted is that otherwise the cursor doesn't go down to the following line. Don't ask me why...
Read more >SugarCube v2 Documentation - Motoslave.net
Introduction. This documentation is a reference for SugarCube, a free (gratis and libre) story format for Twine/Twee.
Read more ><br>: The Line Break element - HTML - MDN Web Docs - Mozilla
The HTML element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division...
Read more >What is the best alternative to repetitive typing of <br> tags in ...
If you are using multiple <br /> tags for having more space, then use margin-top or margin-bottom in CSS. Avoid <br /> tags....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think it is a bug of
wysiwygmode,markdownmode will not act like thisWell, I think I should use getMarkdown() and set it, it work normally.