This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Can't handle slightly corrupted HTML #41
Labels
Comments
Fixed on master. I'm going through the rest of the bugs and will release along w/ those changes. |
Just verified the test case above and it still behaves wrong (2 times OK instead of 3 times OK) |
I'll take a look when I can. I'm happy to accept pull requests w/ broken tests, which I can then make pass... |
Domify (https://github.com/component/domify) the html and get html from domified element and pass it to postscribe function. domify will correct the html if found corrupted. |
@amardeokar I'll check that out thanks. |
I've moved to Prescribe. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Browsers can handle this:
Well Firefox prints <img src"abc.jpg"="">, but the div is still there.
Postscribe can't handle this.
Expected behavior: 3 times OK. Actual behavior: 2 times OK
The text was updated successfully, but these errors were encountered: