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
Hi,
I ran into an issue recently using another library that is based on simple-html-tokenizer.
Here is a link to the original issue: nfrasser/linkifyjs#370
The particular minimal failure example I can provide is the following:
Example input:Foo/Bar <> Zoo/Zar
Expected output: same as the input (no change)
Observed output:Foo/Bar <zoo></zoo>
The text was updated successfully, but these errors were encountered:
Hi,
I ran into an issue recently using another library that is based on
simple-html-tokenizer
.Here is a link to the original issue: nfrasser/linkifyjs#370
The particular minimal failure example I can provide is the following:
Example input:
Foo/Bar <> Zoo/Zar
Expected output: same as the input (no change)
Observed output:
Foo/Bar <zoo></zoo>
The text was updated successfully, but these errors were encountered: