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

improve tests

This commit is contained in:
Emanuil Rusev
2014-01-17 01:25:41 +02:00
parent 98b17e3354
commit 149b687ee7
4 changed files with 17 additions and 2 deletions

View File

@ -0,0 +1,6 @@
<pre><code>&lt;?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";</code></pre>