Why not? Good idea. It is in trunk! {{=BR()*5}}
On Wednesday, 25 July 2012 12:18:26 UTC-5, Lucas R. Martins wrote: > > You also can use {{=BR()*5}} or {{=ANYTHING()*5}} > > Em Qua 25 Jul 2012 13:51:38 BRT, Toby Shepard escreveu: > > In my own html generating libraries, I normally allow > > an integer argument to the <BR> maker, which is a count > > of how many tags to put out. So: > > > > {{=BR(5)}} > > > > could output <BR><BR><BR><BR><BR> > > > > This works out since the BR tag can't have any components > > anyway. > > > > Just a thought. I find it useful at times. > > > > Tobiah > > > > > --