MarkdownViewerPlusPlus
MarkdownViewerPlusPlus copied to clipboard
Unnecessary <p> inside a bulleted list.
Issue description
When I use dashes to insert a bulleted list - it inserts additional <p> and </p> within <li> - which doesn't look well. It doesn't happen if I use asterisks to do the same (insert a bulleted list).
Environment
- Notepad++ 7.7 (x86)
- MarkdownViewer++ 0.8.2.25525
- Windows 7 (x86)
Apparently, this occurs when two consecutive lists are added or in case of carriage return added between two elements.
To avoid this, in case of two consecutive lists, you can add an null character (ALT+255) between them.
