Skip to content

Commit 4b6ceb6

Browse files
committed
import spec changes
1 parent 6a90249 commit 4b6ceb6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

test/spec.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5995,12 +5995,12 @@ Here are some nonentities:
59955995

59965996
```````````````````````````````` example
59975997
&nbsp &x; &#; &#x;
5998-
�
5998+
�
59995999
&#abcdef0;
60006000
&ThisIsNotDefined; &hi?;
60016001
.
60026002
<p>&amp;nbsp &amp;x; &amp;#; &amp;#x;
6003-
&amp;#987654321;
6003+
&amp;#87654321;
60046004
&amp;#abcdef0;
60056005
&amp;ThisIsNotDefined; &amp;hi?;</p>
60066006
````````````````````````````````
@@ -8232,9 +8232,8 @@ perform the *Unicode case fold*, strip leading and trailing
82328232
matching reference link definitions, the one that comes first in the
82338233
document 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

82398238
Here 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:
83798378
Unicode 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

Comments
 (0)