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

make parser class more extensible

This commit is contained in:
Emanuil Rusev
2014-04-17 10:59:35 +03:00
parent 4e670129c8
commit 5be4491943
10 changed files with 1153 additions and 1206 deletions

View File

@@ -1,12 +1,8 @@
<pre>
<code>&lt;?php
<pre><code>&lt;?php
$message = 'Hello World!';
echo $message;</code>
</pre>
echo $message;</code></pre>
<hr />
<pre>
<code>&gt; not a quote
<pre><code>&gt; not a quote
- not a list item
[not a reference]: http://foo.com</code>
</pre>
[not a reference]: http://foo.com</code></pre>