We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64f1ab commit 5713f6bCopy full SHA for 5713f6b
test/spec.txt
@@ -5539,6 +5539,7 @@ not have their usual Markdown meanings:
5539
\* not a list
5540
\# not a heading
5541
\[foo]: /url "not a reference"
5542
+\ö not a character entity
5543
.
5544
<p>*not emphasized*
5545
<br/> not a tag
@@ -5547,7 +5548,8 @@ not have their usual Markdown meanings:
5547
5548
1. not a list
5549
* not a list
5550
# not a heading
-[foo]: /url "not a reference"</p>
5551
+[foo]: /url "not a reference"
5552
+&ouml; not a character entity</p>
5553
````````````````````````````````
5554
5555
0 commit comments