Closed sagrawal31 closed 3 years ago
Hey!
I implemented this in #272 , although I had to fork the version of simple-html-tokenizer
used in here and then implement the new parsing methods in there, so let me know what you all think.
Thanks!
Fixed in v3
Thanks for working on the ticket after 3+ years. I appreciate that.
Given a HTML string with
<DOCTYPE html>
:The output i.e. value in variable
result
is an empty string. But if we remove the<!DOCTYPE html>
from the beginning of the string,linkifyHtml
works properly. I tried to search in GitHub issues but didn't found anything useful.