Commit d4d1091511ce00b213ac07a27b105cf24a725eab

Martin Mitas 2019-04-29T19:03:16

Improve parsing of inline raw HTML. * Isolate some common code for scanning HTML closer into a new function so most HTML scanner functions reuse the same code. * Improve the scanning for the closer so that on failure we remember the range where no closer is present. So any later scanning attempts may fail early. Fixes #73.