diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-08-16 10:11:14 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-08-16 10:11:14 -0700 |
commit | de68622663f158f2cddbd92a2bfdaf319a8b23e5 (patch) | |
tree | f09d338920891628159fc42e9d5c8c36441813d8 | |
parent | c324cfeaca81a8c07528d3a7df83592a4e5619c1 (diff) |
Reflow paragraph to avoid unwanted list item.
Closes #361.
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4917,8 +4917,8 @@ than HTML need not be HTML-entity aware. HTML renderers may either escape Unicode characters as entities or leave them as they are. (However, `"`, `&`, `<`, and `>` must always be rendered as entities.) -[Named entities](@name-entities) consist of `&` -+ any of the valid HTML5 entity names + `;`. The +[Named entities](@name-entities) 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 names and their corresponding code points. |