nea / MarkdownViewerPlusPlus

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

[bug] new line before list element text #86

Closed mrdragonslayer closed 6 years ago

mrdragonslayer commented 6 years ago

Issue description

Cause: there is an empty line between 2 elements of a list in the markdown Consequence: in the rendered text all the list item-texts are on a new line with respect to the item-symbol

Markdown to reproduce

* text

* text

Screenshot

image

Environment

nea commented 6 years ago

Hi @mrdragonslayer

Please refer to #47 and #39. This is a loose list because of the space in-between, which is not supported at the moment without changing the renderer completely, which is not part of the current project.

I am looking into other options but this "works as implemented" for now.

Sorry