padolsey/SIML

Multipliers do not work with <br/> tags

Anaphase opened this issue · 3 comments

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?

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

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

Ok, fixed, and bumped to 0.3.6.

Thanks for reporting @Anaphase