Is there a way to stop a HTML entity from being rendered?
By that I mean that I’d like to have 2 lines. First is where the entity is rendered (e.g. &), and on the second line, I’d like to have the entity itself but not rendered (e.g. & – amp;).
I don’t know if it helps, but I’m using WordPress to add both these lines.
Escape the ampersand. For instance, instead of
render the ampersand as an entity: .As per your example, use
&.