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
Upon review, it looks like it'd be best to just pass through any HTML (or Ecmarkup). It seems that as long as we don't care about authoring conformance we can use < as long as we follow it with a space.
So basically, not escaping HTML gives us more flexibility and doesn't seem to necessitate that the author write < a lot.
Pretty sure it suffices to just escape
&
to&
and<
to<
since we are not in an attribute context.The text was updated successfully, but these errors were encountered: