Decode common HTML entities in text content so they display as literal
characters inside the editor. The decode order matters: & must be
decoded last so that doubly-encoded sequences like < first
survive the < pass and then correctly become < (not <).
Decode common HTML entities in text content so they display as literal characters inside the editor. The decode order matters:
&must be decoded last so that doubly-encoded sequences like&lt;first survive the<pass and then correctly become<(not<).