padolsey / SIML

Simplified Markup
MIT License
97 stars 5 forks source link

Multipliers do not work with <br/> tags #6

Closed Anaphase closed 11 years ago

Anaphase commented 11 years ago
a:3
br:3

compiles to

<a></a>
<a></a>
<a></a>
<br/>

Shouldn't <br/> tags behave the same as the others with respect to multipliers?

Anaphase commented 11 years ago

Also hr tags, although I'm not sure why you'd need that.

padolsey commented 11 years ago

It seems to be an issue with all singular tags (img, br, hr, link, meta ...). Attempting a fix now :)

padolsey commented 11 years ago

Ok, fixed, and bumped to 0.3.6.

Thanks for reporting @Anaphase