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

parser should be less dependent on compiler

This commit is contained in:
Emanuil Rusev
2014-02-21 01:54:23 +02:00
parent 7a20a9fb60
commit b8bd12f565
10 changed files with 492 additions and 441 deletions

View File

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