aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/tab-indented_code_block.html
blob: 7c140de7302f16c01f62a577401618e8a9e517f5 (plain) (blame)
1
2
3
4
5
6
<pre><code>&lt;?php

$message = 'Hello World!';
echo $message;

echo "following a blank line";</code></pre>