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

Himalaya doesn't ignore extra closing tags #84

Closed
orballo opened this issue Feb 14, 2018 · 1 comment
Closed

Himalaya doesn't ignore extra closing tags #84

orballo opened this issue Feb 14, 2018 · 1 comment

Comments

@orballo
Copy link

orballo commented Feb 14, 2018

Hi there!

I saw in the docs that himalaya should handle some weirdness like extra closing tags, however, it doesn't work in this case:

<div>
  <ul>
    <ul>
    </ul>
    </li> // this is the extra closing tag
  </ul>
</div>
<div class="will-not-parse">
</div>

It will parse all the content for the first div, but after that won't parse anything else. In this case, the second div won't be parsed.

Thanks!

@andrejewski
Copy link
Owner

Bug confirmed; I'll try to get to this soon.

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