Skip to content

Commit

Permalink
import spec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 15, 2019
1 parent 6a90249 commit 4b6ceb6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions test/spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5995,12 +5995,12 @@ Here are some nonentities:

```````````````````````````````` example
&nbsp &x; &#; &#x;
�
�
&#abcdef0;
&ThisIsNotDefined; &hi?;
.
<p>&amp;nbsp &amp;x; &amp;#; &amp;#x;
&amp;#987654321;
&amp;#87654321;
&amp;#abcdef0;
&amp;ThisIsNotDefined; &amp;hi?;</p>
````````````````````````````````
Expand Down Expand Up @@ -8232,9 +8232,8 @@ perform the *Unicode case fold*, strip leading and trailing
matching reference link definitions, the one that comes first in the
document is used. (It is desirable in such cases to emit a warning.)

The contents of the first link label are parsed as inlines, which are
used as the link's text. The link's URI and title are provided by the
matching [link reference definition].
The link's URI and title are provided by the matching [link
reference definition].

Here is a simple example:

Expand Down Expand Up @@ -8327,11 +8326,11 @@ emphasis grouping:


```````````````````````````````` example
[foo *bar][ref]
[foo *bar][ref]*

[ref]: /uri
.
<p><a href="/uri">foo *bar</a></p>
<p><a href="/uri">foo *bar</a>*</p>
````````````````````````````````


Expand Down Expand Up @@ -8379,11 +8378,11 @@ Matching is case-insensitive:
Unicode case fold is used:

```````````````````````````````` example
[Толпой][Толпой] is a Russian word.
[ẞ]

[ТОЛПОЙ]: /url
[SS]: /url
.
<p><a href="/url">Толпой</a> is a Russian word.</p>
<p><a href="/url"></a></p>
````````````````````````````````


Expand Down

0 comments on commit 4b6ceb6

Please sign in to comment.