sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.8k stars 1.12k forks source link

Ordered and unordered list combined into a single list in the preview #745

Open antennaio opened 5 years ago

antennaio commented 5 years ago

Placing an unordered list right after an ordered list (or vice versa) leads to unexpected results:

image

antennaio commented 5 years ago

I managed to fix it by upgrading marked (0.4.0 -> 0.6.1), which SimpleMDE relies on to render markdown previews.