@@ -5995,12 +5995,12 @@ Here are some nonentities:
5995
5995
5996
5996
```````````````````````````````` example
5997
5997
  &x; &#; &#x;
5998
- � ;
5998
+ � ;
5999
5999
&#abcdef0;
6000
6000
&ThisIsNotDefined; &hi?;
6001
6001
.
6002
6002
<p>&nbsp &x; &#; &#x;
6003
- &#987654321 ;
6003
+ &#87654321 ;
6004
6004
&#abcdef0;
6005
6005
&ThisIsNotDefined; &hi?;</p>
6006
6006
````````````````````````````````
@@ -8232,9 +8232,8 @@ perform the *Unicode case fold*, strip leading and trailing
8232
8232
matching reference link definitions, the one that comes first in the
8233
8233
document is used. (It is desirable in such cases to emit a warning.)
8234
8234
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].
8238
8237
8239
8238
Here is a simple example:
8240
8239
@@ -8327,11 +8326,11 @@ emphasis grouping:
8327
8326
8328
8327
8329
8328
```````````````````````````````` example
8330
- [foo *bar][ref]
8329
+ [foo *bar][ref]*
8331
8330
8332
8331
[ref]: /uri
8333
8332
.
8334
- <p><a href="/uri">foo *bar</a></p>
8333
+ <p><a href="/uri">foo *bar</a>* </p>
8335
8334
````````````````````````````````
8336
8335
8337
8336
@@ -8379,11 +8378,11 @@ Matching is case-insensitive:
8379
8378
Unicode case fold is used:
8380
8379
8381
8380
```````````````````````````````` example
8382
- [Толпой][Толпой] is a Russian word.
8381
+ [ẞ]
8383
8382
8384
- [ТОЛПОЙ ]: /url
8383
+ [SS ]: /url
8385
8384
.
8386
- <p><a href="/url">Толпой </a> is a Russian word. </p>
8385
+ <p><a href="/url">ẞ </a></p>
8387
8386
````````````````````````````````
8388
8387
8389
8388
0 commit comments