I wish you will add the ability to multiply the tags inside the ()
for example:
(h4+p)*5
result:
<h4></h4>
<p></p>
<h4></h4>
<p></p>
<h4></h4>
<p></p>
------
example 2:
div>((h4+p)*3+(p>img)*2)
result:
<div>
<h4></h4>
<p></p>
<h4></h4>
<p></p>
<h4></h4>
<p></p>
<p><img src="" alt="" /></p>
<p><img src="" alt="" /></p>
<p><img src="" alt="" /></p>
</div>
thank you
AK
Original issue reported on code.google.com by joy.snufkin@gmail.com on 21 Dec 2010 at 9:10
Original issue reported on code.google.com by
joy.snufkin@gmail.com
on 21 Dec 2010 at 9:10