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

implement fenced code block to resolve #2

This commit is contained in:
Emanuil Rusev
2013-11-17 16:52:31 +02:00
parent a9d6232705
commit 67b51794d8
3 changed files with 82 additions and 17 deletions

View File

@ -0,0 +1,5 @@
<pre><code>&lt;?php
$message = 'fenced code block';
echo $message;</code></pre>
<pre><code>tilde</code></pre>