@@ -5995,12 +5995,12 @@ Here are some nonentities:
59955995
59965996```````````````````````````````` example
59975997  &x; &#; &#x;
5998- � ;
5998+ � ;
59995999&#abcdef0;
60006000&ThisIsNotDefined; &hi?;
60016001.
60026002<p>&nbsp &x; &#; &#x;
6003- &#87654321 ;
6003+ &#987654321 ;
60046004&#abcdef0;
60056005&ThisIsNotDefined; &hi?;</p>
60066006````````````````````````````````
@@ -8232,8 +8232,9 @@ perform the *Unicode case fold*, strip leading and trailing
82328232matching reference link definitions, the one that comes first in the
82338233document is used. (It is desirable in such cases to emit a warning.)
82348234
8235- The link's URI and title are provided by the matching [link
8236- reference definition].
8235+ The contents of the first link label are parsed as inlines, which are
8236+ used as the link's text. The link's URI and title are provided by the
8237+ matching [link reference definition].
82378238
82388239Here is a simple example:
82398240
@@ -8326,11 +8327,11 @@ emphasis grouping:
83268327
83278328
83288329```````````````````````````````` example
8329- [foo *bar][ref]*
8330+ [foo *bar][ref]
83308331
83318332[ref]: /uri
83328333.
8333- <p><a href="/uri">foo *bar</a>* </p>
8334+ <p><a href="/uri">foo *bar</a></p>
83348335````````````````````````````````
83358336
83368337
@@ -8378,11 +8379,11 @@ Matching is case-insensitive:
83788379Unicode case fold is used:
83798380
83808381```````````````````````````````` example
8381- [ẞ]
8382+ [Толпой][Толпой] is a Russian word.
83828383
8383- [SS ]: /url
8384+ [ТОЛПОЙ ]: /url
83848385.
8385- <p><a href="/url">ẞ </a></p>
8386+ <p><a href="/url">Толпой </a> is a Russian word. </p>
83868387````````````````````````````````
83878388
83888389
0 commit comments