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.