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

Add failing test case

This commit is contained in:
Aidan Woods 2018-04-05 16:54:35 +01:00
parent e33f1a48c8
commit 38ea813b0e
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 11 additions and 2 deletions

View File

@ -8,4 +8,7 @@ echo $message;</code></pre>
<pre><code class="language-html+php">&lt;?php
echo "Hello World";
?&gt;
&lt;a href="http://auraphp.com" &gt;Aura Project&lt;/a&gt;</code></pre>
&lt;a href="http://auraphp.com" &gt;Aura Project&lt;/a&gt;</code></pre>
<pre><code>the following isn't quite enough to close
```
still a fenced code block</code></pre>

View File

@ -22,4 +22,10 @@ echo 'language identifier with non words';
echo "Hello World";
?>
<a href="http://auraphp.com" >Aura Project</a>
```
```
````
the following isn't quite enough to close
```
still a fenced code block
````