Skip to content

Be kind; rewind

Choose a tag to compare

@andrejewski andrejewski released this 18 Feb 20:18
· 12 commits to master since this release

This release is a bug fix for issue #84 / PR #86.

There was a problem with unnecessary closing tags causing the parser to exit early, leaving later tags unparsed. For example, </i>x would return []. This is fixed, and tests added to prevent regression.

Thanks to @orballo for reporting this bug.