nea / MarkdownViewerPlusPlus

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

Flow issues with bulleted lists when followed by indented paragraph #95

Closed thisIsMikeKane closed 5 years ago

thisIsMikeKane commented 5 years ago

Issue description

A bulleted list followed by an indented paragraph should produce just that, with each bulleted item on the same line as the bullet. Instead, a each bulleted item incorrectly ends up on the line below.

Markdown to reproduce

* Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
* Sit amet consectetur adipiscing elit pellentesque. 
* Egestas sed tempus urna et pharetra pharetra massa massa. 

    Quis vel eros donec ac odio. 

Should produce

Screenshot

Instead it produces each bulleted item incorrectly ends up on the line below.

image

Environment

nea commented 5 years ago

Hi @thisIsMikeKane

Please refer to #86. This leads to a loose list.

Sorry