evilstreak / markdown-js

A Markdown parser for javascript
7.69k stars 863 forks source link

FIX: Paragraphs in nested lists #138

Closed eviltrout closed 10 years ago

eviltrout commented 10 years ago

There is an issue where an extra paragraph would be added to the last item of nested lists. This fix only applies paragraphs to new blocks in lists when the indentation level stays the same.