MarkdownViewerPlusPlus icon indicating copy to clipboard operation
MarkdownViewerPlusPlus copied to clipboard

No whitespace after bolded and italicized words in HTML

Open QuantumNeon opened this issue 3 years ago • 0 comments

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

  • Notepad++ 8.3.3 (x64)
  • MarkdownViewer++ _0.8.2.25564
  • Windows 7 (x64)
  • Firefox 99.0.1 and Ungoogled Chromium (to open the html file, same issue on both browsers)

QuantumNeon avatar Apr 13 '22 20:04 QuantumNeon