nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.18k stars 141 forks source link

No whitespace after bolded and italicized words in HTML #149

Open QuantumNeon opened 2 years ago

QuantumNeon commented 2 years ago

Issue description

As per title, the whitespaces between bolded and italicized words disappear in the exported HTML file, while they work as intended in the preview. I resorted to enclosing the words in HTML bold tags but it kinda defeats the purpose (while still being effective).

I opened the same txt file in other markdown apps (ATOM, MarkdownPad2) and their output is correct.

Markdown to reproduce

**Word.** *word*  
or  
**Word.** _word_

Screenshot

Notepad++ Notepad++ code, previewed correctly

Firefox (with CSS) Firefox rendered HTML, with CSS

Firefox (without CSS) Firefox rendered HTML, without any CSS

Environment