1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

HTML tags should have a name

This commit is contained in:
Aidan Woods
2019-01-27 20:56:57 +00:00
parent 3dd1326ded
commit 30763a0f38
7 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1 @@
<p>&lt;&gt;</p>

View File

@@ -0,0 +1 @@
<>

View File

@@ -0,0 +1 @@
<p>&lt;foo.bar.baz&gt;</p>

View File

@@ -0,0 +1 @@
<foo.bar.baz>

View File

@@ -1 +1,4 @@
<p>foo <a href="\*"></p>
<p>&lt; a&gt;&lt;
foo&gt;&lt;bar/ &gt;
&lt;foo bar=baz
bim!bop /&gt;</p>

View File

@@ -1 +1,4 @@
foo <a href="\*">
< a><
foo><bar/ >
<foo bar=baz
bim!bop />