tristanjuricek / knockoff

A Markdown parser + object model in scala
http://tristanjuricek.github.com/knockoff
BSD 3-Clause "New" or "Revised" License
102 stars 17 forks source link

Things after lists start breaking #13

Closed tristanjuricek closed 14 years ago

tristanjuricek commented 15 years ago

OK I had an embedded list, and this seemed to cause a parsing error:

* This is a long line that wrapped
  **bold**

And then I notice that if you want a code block that trails a list, things are not so happy:

1. List item

    code block

That should actually be a code block within a complex list.

tristanjuricek commented 15 years ago

No, wait, it should just be the next paragraph in a complex list.

tristanjuricek commented 14 years ago

Most of the list issues were fixed in 0.5.0, there may be others... we'll see.