Eagerod / html-cruncher

HTML parser
MIT License
0 stars 0 forks source link

Fix errant < #23

Closed Eagerod closed 8 years ago

Eagerod commented 8 years ago

Feels super dirty. Replaces the simple "Match anything but a <" regex that was previously used for grabbing text elements with a more advances "Match anything that doesn't look like it might be an opening tag or a comment".

Closes #15