search for: toggleableend

Displaying 1 result from an estimated 1 matches for "toggleableend".

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 expression that it passes to gen_extract_tag...