Anthony J. Bentley wrote: > Kevin Zhang writes: > > Using >, & in raw text is invalid HTML. > > You're right about &, but > does not need to be escaped.
Even & only needs escaping if the following letters could be interpreted as an entity... Since & is only followed by & and space, that's not the case. :)
