Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Anaphase opened this issue Jun 9, 2013 · 3 comments
Closed

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

Anaphase opened this issue Jun 9, 2013 · 3 comments

Comments

@Anaphase
Copy link
Contributor

Anaphase commented Jun 9, 2013

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
Copy link
Contributor Author

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

@padolsey
Copy link
Owner

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

padolsey added a commit that referenced this issue Jun 10, 2013
…trings would be incorrectly parsed. Bump to 0.3.6
@padolsey
Copy link
Owner

Ok, fixed, and bumped to 0.3.6.

Thanks for reporting @Anaphase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants