commonmark-spec icon indicating copy to clipboard operation
commonmark-spec copied to clipboard

clarify that character references are not interpreted in HTML blocks and raw HTML

Open rsc opened this issue 4 years ago • 0 comments

The wording in section 2.5 implied otherwise, although an example in 6.6 did clarify. Adjust the first to remove the false implication and adjust the second from saying "preserved", which might mean they have to be parsed first, to "copied uninterpreted".

The diff makes a bit of a hash of the changes, which are to move the "unrecognized" cases above the recognized ones, as suggested in #687.

Fixes #687.

rsc avatar Sep 04 '21 23:09 rsc