fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
523 stars 55 forks source link

list tests failed #142

Closed AndorChen closed 11 years ago

AndorChen commented 11 years ago

Hi, @fletcher:

when i tested the code in my ruby extension lib, the list tests failed:

Ordered and unordered lists ... FAILED

138c138,139
< <li>Second:

---
> <li>
> <p>Second:</p>

maybe the multimarkdown lib has some issues when render lists?

fletcher commented 11 years ago

Read the README for peg-multimarkdown, but more importantly - peg-markdown. It is supposed to fail that one test.