In WYSIWYG mode, bold and italic text are output as a mix of html and markdown
Steps to reproduce the behavior:
abc
WYSIWYG mode

Switching to Markdown mode

Same result (mix of html and markdown) returns when I call the API getMarkdown. Also, if selecting the whole line and format it in bold and italic, the result is correct.
@bolaisacat The editor had this issue before. Because it's handled like this, it is correct to work in the current situation. Markdown syntax also allows html, so it's hard to see as a bug. 馃
@seonim-ryu thanks. well, at least there are some inconsistencies here. Since selecting a whole line and bold+italic works and returns***abc***, while mixed html and markdown are returned when only part of the line is selected.
I think that most of Markdown's users prefer to use only markdown in that case:
~ md
strongitalic
~
strongitalic
This issue has been automatically marked as inactive because there hasn鈥檛 been much going on it lately. It is going to be closed after 7 days. Thanks!
This issue will be closed due to inactivity. Thanks for your contribution!
Most helpful comment
@seonim-ryu thanks. well, at least there are some inconsistencies here. Since selecting a whole line and bold+italic works and returns
***abc***, while mixed html and markdown are returned when only part of the line is selected.