Skip to content

Commit 5713f6b

Browse files
committed
Update spec.
1 parent c64f1ab commit 5713f6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/spec.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5539,6 +5539,7 @@ not have their usual Markdown meanings:
55395539
\* not a list
55405540
\# not a heading
55415541
\[foo]: /url "not a reference"
5542+
\ö not a character entity
55425543
.
55435544
<p>*not emphasized*
55445545
&lt;br/&gt; not a tag
@@ -5547,7 +5548,8 @@ not have their usual Markdown meanings:
55475548
1. not a list
55485549
* not a list
55495550
# not a heading
5550-
[foo]: /url &quot;not a reference&quot;</p>
5551+
[foo]: /url &quot;not a reference&quot;
5552+
&amp;ouml; not a character entity</p>
55515553
````````````````````````````````
55525554

55535555

0 commit comments

Comments
 (0)