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
CDATA sections are seldom used and can typically be rewritten as character references (html entities). It’s non-trivial to add support to parse such CDATA sections (in that it’s one more pattern, state to consider). We could relax this in the future if we wanted to support.
The text was updated successfully, but these errors were encountered:
CDATA sections are seldom used and can typically be rewritten as character references (html entities). It’s non-trivial to add support to parse such CDATA sections (in that it’s one more pattern, state to consider). We could relax this in the future if we wanted to support.
The text was updated successfully, but these errors were encountered: