math2001 / MarkdownLivePreview

A Sublime Text 3 plugin to preview your markdown as you type
https://math2001.github.io/MarkdownLivePreview
MIT License
303 stars 37 forks source link

Issue with multiple level of * #82

Closed apautrot closed 4 years ago

apautrot commented 5 years ago

Script has issue with following code :

Bar:
* Foo

While this code is working :

Bar:

* Foo
math2001 commented 4 years ago

Isn't that right though? You should have an empty line between a paragraph and your list. Never mind, I tested on GitHub, it does work...

Turns out it's an easy fix with markdown2, I'll fix this in a sec