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
That's much harder to read than the unescaped equivalent:
"<p><b>pickle</b>barrel<i>kumquat</i></p>"
I think we should at least render printable ASCII characters (except backslashes and quotes) without escaping, to make it easier for macro authors to debug their generated code.