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

<img> tag with 'alt' parameter doesn't parse correctly #30

Closed
caplan opened this issue Sep 30, 2016 · 1 comment
Closed

<img> tag with 'alt' parameter doesn't parse correctly #30

caplan opened this issue Sep 30, 2016 · 1 comment
Labels
Milestone

Comments

@caplan
Copy link

caplan commented Sep 30, 2016

this works:

<img src="images/foo.png" width="111" style="margin: 0 auto; display: block">

this doesn't:

<img src="images/foo.png" alt="foo" width="111" style="margin: 0 auto; display: block">

error is TypeError: Cannot read property 'skip' of undefined

@SamyPesse SamyPesse added the bug label Nov 28, 2016
@SamyPesse SamyPesse modified the milestone: 3.0.0 Nov 28, 2016
@SamyPesse
Copy link
Member

Thanks, fixed in 3.0.0-pre.3

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

No branches or pull requests

2 participants