Jwing28 / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

adding the abbilety dcsdfds #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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:09

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 21 Dec 2010 at 9:49