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
Some HTML named character references are allowed to be used without the trailing semicolon according to the HTML specs. For example, instead of it's technically allowed to just write  . Floki/mochiweb however doesn't recognize this and instead transforms   to &nbsp.
Some HTML named character references are allowed to be used without the trailing semicolon according to the HTML specs. For example, instead of
it's technically allowed to just write 
. Floki/mochiweb however doesn't recognize this and instead transforms 
to&nbsp
.Lexbor/fast_html handles this correctly.
The text was updated successfully, but these errors were encountered: