Open demonzmahmood opened 2 months ago
The reason seems to be that this whitespace is bolded
The issue here is that ****
usually means something else in Markdown, there's no provision for applying styles to an empty string, so the emitter should be special cased for that. A CommonMark parser would interpret this as a thematic break (rendered as an hr tag)
Hello , There an issue that I found out after I copy paste from Microsoft word. If you apply a styling to a whitespace, it results with asterisk **** or ~~~~ in the markdown.
Lexical version: 0.17.0
The current behavior
The expected behavior
Impact of fix
I am new to lexical, and I am having a hard time to fix the issue for a company. Is there a solution such as Markdown Transformer to add it to the array of transformers ?