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

@ -9,3 +9,6 @@ echo $message;</code></pre>
echo "Hello World";
?&gt;
&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

@ -23,3 +23,9 @@ echo "Hello World";
?>
<a href="http://auraphp.com" >Aura Project</a>
```
````
the following isn't quite enough to close
```
still a fenced code block
````