You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scanning will become slower, but parsing should become faster, given that scanning is done in parallel while parsing is not this should not have a negative impact of overall performance.
Right now the scanner uses some rgxen that might be subject to DoS so this might be another advantage of rewriting the scanner here, as splitting into junks by ~r{<[^>]+>}, seems totally safe.
Failing to close a tag somewhere will totally alter the rest of the output, however the error messages will indicate what to do.
This would superseed #356 and is inspired by #353.
Basic idea
let the scanner be a little be more intelligent and scan the following line
<div> hello<br /> <span lang="greek">αλφα</span></div>
as
The text was updated successfully, but these errors were encountered: