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

Mysterious code block handling in pre < 0.5.0 versions #14

Closed tristanjuricek closed 14 years ago

tristanjuricek commented 14 years ago

Need to verify this is fixed in the new version:

Some paragraph text...
`code thingy` ...

    // A code block

This wouldn't be seen as a paragraph and a code block.

tristanjuricek commented 14 years ago

Added 'Mystery Code Block' test in 0.5.0-SNAPSHOT. It's working.