Displaying 1 result from an estimated 1 matches for "inlinepag".
Did you mean:
inlinepage
2007 May 02
1
1.0.2b7 misrenders nested divs with attributes
Howdy,
Joey Hess reported that Markdown 1.0.2b7 does not render the following
correctly:
<div class="inlinepage">
<div class="toggleableend">
foo
</div>
</div>
It renders it as follows:
<div class="inlinepage">
<div class="toggleableend">
foo
</div>
<p></div></p>
The problem is that it uses a backreference in the...