Steps to reproduce
Parse/render the following input:
<div>
<div>
foobar
</div>
</div>
Expected result:
<div>
<div>fobar</div>
</div>
Actual result:
<div>
<div>fobar</div>
<p>
</div>
</p>
Bablemark says that Markdown.pl 1.0.1 has the same bug. So you could probably argue that this is the intended behavior. But personally I think it's a bug. I think there is no use case for producing invalid HTML.
Steps to reproduce
Parse/render the following input:
Expected result:
Actual result:
Bablemark says that Markdown.pl 1.0.1 has the same bug. So you could probably argue that this is the intended behavior. But personally I think it's a bug. I think there is no use case for producing invalid HTML.