taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.11k stars 107 forks source link

fix: #254 #255

Closed julienc91 closed 11 months ago

julienc91 commented 11 months ago

The abbr tag was wrongfully interpreted like the br one for innerText due to a regex error.

Fixes #254

taoqf commented 11 months ago

Thank you.