nea / MarkdownViewerPlusPlus

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

List items are on new line from bullet point #87

Closed robertlarkins closed 6 years ago

robertlarkins commented 6 years ago

Issue description

Using a hyphen for item on the top level list adds a new line between the bullet point and the text.

Markdown to reproduce

 - A broken bullet point
   - A
   - Working
   - sub-list

Screenshot

image

Environment

nea commented 6 years ago

Hey @robertlarkins

I tried with your example but for me all looks good. image

Could you enable "Show all characters" to see if there is something else?

Thanks

robertlarkins commented 6 years ago

Sorry, it seems I gave an incomplete example, if I go

 - One
   - another
   - point

 - Two

does it for me. In fact, the minimum test case is

 - one

 - two

image

nea commented 6 years ago

HI @robertlarkins

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

Sorry