aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-28 20:44:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-28 20:44:11 -0800
commitbac75b84314ae9c0b30d3054e314be4be2ee61dc (patch)
tree2a0e2d8990c229540b9feaf73a73f32653694c35 /spec.txt
parent8f99dbd660955be6b7ddf201aca102d422619fab (diff)
Minor improvements to entity section.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/spec.txt b/spec.txt
index 2df28b3..e633e15 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4957,14 +4957,12 @@ and raw HTML, are recognized as such and treated as equivalent to the
corresponding Unicode characters. Conforming CommonMark parsers
need not store information about whether a particular character
was represented in the source using a Unicode character or
-an entity reference. HTML renderers may either escape Unicode
-characters as entities or leave them as they are (however, `"`,
-`&`, `<`, and `>` must always be rendered as entities).
+an entity reference.
[Entity references](@entity-references) consist of `&` + any of the valid
HTML5 entity names + `;`. The
-[following document](https://html.spec.whatwg.org/multipage/entities.json)
-is used as an authoritative source of the valid entity
+document <https://html.spec.whatwg.org/multipage/entities.json>
+is used as an authoritative source for the valid entity
references and their corresponding code points.
.
@@ -5033,7 +5031,7 @@ recognized as entity references either:
.
Entity and numeric character references are recognized in any
-context besides code spans or code blocks, including raw HTML,
+context besides code spans or code blocks or raw HTML, including
URLs, [link title]s, and [fenced code block][] [info string]s:
.