@@ -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
- &#87654321 ;
6003
+ &#987654321 ;
6004
6004
&#abcdef0;
6005
6005
&ThisIsNotDefined; &hi?;</p>
6006
6006
````````````````````````````````
@@ -8232,8 +8232,9 @@ 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 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].
8237
8238
8238
8239
Here is a simple example:
8239
8240
@@ -8326,11 +8327,11 @@ emphasis grouping:
8326
8327
8327
8328
8328
8329
```````````````````````````````` example
8329
- [foo *bar][ref]*
8330
+ [foo *bar][ref]
8330
8331
8331
8332
[ref]: /uri
8332
8333
.
8333
- <p><a href="/uri">foo *bar</a>* </p>
8334
+ <p><a href="/uri">foo *bar</a></p>
8334
8335
````````````````````````````````
8335
8336
8336
8337
@@ -8378,11 +8379,11 @@ Matching is case-insensitive:
8378
8379
Unicode case fold is used:
8379
8380
8380
8381
```````````````````````````````` example
8381
- [ẞ]
8382
+ [Толпой][Толпой] is a Russian word.
8382
8383
8383
- [SS ]: /url
8384
+ [ТОЛПОЙ ]: /url
8384
8385
.
8385
- <p><a href="/url">ẞ </a></p>
8386
+ <p><a href="/url">Толпой </a> is a Russian word. </p>
8386
8387
````````````````````````````````
8387
8388
8388
8389
0 commit comments