H. G. Muller wrote on Mon, Dec 14, 2015 05:02 PM UTC:
With the HTML checkbox ticked this becomes:
AMPERSAND lt ; shows up as <,
and I write a > to make sure it terminates a false tag.
AMPERSAND amp ; lt ; shows up as <,
and I write a > to make sure it terminates a false tag.
AMPERSAND amp; amp; lt ; shows up as <,
and I write a > to make sure it terminates a false tag.
AMPERSAND amp ; amp ; amp ; lt ; shows up as &lt;,
and I write a > to make sure it terminates a false tag.
AMPERSAND lt ; shows up as <, and I write a > to make sure it terminates a false tag. AMPERSAND amp ; lt ; shows up as <, and I write a > to make sure it terminates a false tag. AMPERSAND amp; amp; lt ; shows up as <, and I write a > to make sure it terminates a false tag. AMPERSAND amp ; amp ; amp ; lt ; shows up as &lt;, and I write a > to make sure it terminates a false tag.