bhollis / maruku

A pure-Ruby Markdown-superset interpreter (Official Repo).
MIT License
500 stars 80 forks source link

HTML tags get chomped in list #88

Closed djechlin closed 11 years ago

djechlin commented 11 years ago

Posted to StackOverflow here http://stackoverflow.com/q/17004586/1339987

This issue does not affect redcarpet or kramdown.

To reproduce:

Source:

<span> hello </span>

1. <span> world </span>

Target:

<span> hello </span>
<ol>
<li />
</ol>
distler commented 11 years ago

This is fixed on trunk.