evilstreak / markdown-js

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

deeply nested lists stop to nest at fourth level #247

Open 1kastner opened 8 years ago

1kastner commented 8 years ago

At the fourth level lists stop to nest, it happened to me with an example like this: http://pastebin.com/YAWe3Tzq I would expect that lists can be nested recursively as deep as I want.