@@ -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- &#987654321 ;
6003+ &#87654321 ;
60046004&#abcdef0;
60056005&ThisIsNotDefined; &hi?;</p>
60066006````````````````````````````````
@@ -8232,9 +8232,8 @@ 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 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].
8235+ The link's URI and title are provided by the matching [link
8236+ reference definition].
82388237
82398238Here is a simple example:
82408239
@@ -8327,11 +8326,11 @@ emphasis grouping:
83278326
83288327
83298328```````````````````````````````` example
8330- [foo *bar][ref]
8329+ [foo *bar][ref]*
83318330
83328331[ref]: /uri
83338332.
8334- <p><a href="/uri">foo *bar</a></p>
8333+ <p><a href="/uri">foo *bar</a>* </p>
83358334````````````````````````````````
83368335
83378336
@@ -8379,11 +8378,11 @@ Matching is case-insensitive:
83798378Unicode case fold is used:
83808379
83818380```````````````````````````````` example
8382- [Толпой][Толпой] is a Russian word.
8381+ [ẞ]
83838382
8384- [ТОЛПОЙ ]: /url
8383+ [SS ]: /url
83858384.
8386- <p><a href="/url">Толпой </a> is a Russian word. </p>
8385+ <p><a href="/url">ẞ </a></p>
83878386````````````````````````````````
83888387
83898388
0 commit comments