nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
16.91k stars 1.72k forks source link

if you use bold and italic at the intersection of a word, then the output markdown will be incorrect #3162

Open wjaill opened 10 months ago

wjaill commented 10 months ago

if you use bold and italic at the intersection of a word, then the output markdown will be incorrect

Steps to reproduce the behavior:

Enter text "boldanditalic" Make phrase "boldand" bold, then phrase "anditalic" italic Incorrect result is preview. Extra asterisks appeared.

image