MarkdownViewerPlusPlus
MarkdownViewerPlusPlus copied to clipboard
MV sometimes adds extra linespacing after strikedout line
Issue description
2 examples. In Test1 MV++ adds an extraspacing after the striked out line. In Test2 it doesn't. Why? Same behavior shows with bold and italic text.
Markdown to reproduce
Test1.
~~Test1.~~
Test1.
---
~~Test2.~~
Test2.
---
---
Screenshot of MarkdownViewer++ Interpretation
https://i.imgur.com/YMOg88o.png
Github Interpretation (for comparison)
Test1.
~~Test1.~~
Test1.
~~Test2.~~
Test2.
Environment
- Notepad++ ver. 7.5.6 (x86)
- MarkdownViewer++ ver. 0.8.1.16347
- Windows 10 (x64 version 1607 build 14393.2035)
Hi @Yersh
It seems the HTMLRenderer adds another space for the added element inside the paragraph. No matter if or , it always acts up, even if the HTML is correct.
<p>Test1<br />
<del>Test2</del><br />
Test3</p>
I will post an issue over at HTMLRenderer.
Thanks
Unfortunately, HTMLRenderer seems to be abandoned. Who knows how much it would take for problem to be fixed. :(