all repos — grayfriday @ 2f988eb278d42a4a3dcf7955252e341ba1a1826d

blackfriday fork with a few changes

upskirtref/Inline HTML (Advanced)_upskirt_ref.html (view raw)

 1<p>Simple block on one line:</p>
 2
 3<div>foo</div>
 4
 5<p>And nested without indentation:</p>
 6
 7<div>
 8<div>
 9<div>
10foo
11</div>
12<div style=">"/>
13</div>
14<div>bar</div>
15</div>