all repos — grayfriday @ 8cc40f8e07a23f2ddb9059ebf5c8b6f260013ee4

blackfriday fork with a few changes

upskirtref/Inline HTML (Advanced).text (view raw)

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