showdown/test/features/disable-gh-codeblocks.html
2016-09-29 00:50:58 +01:00

8 lines
133 B
HTML

<p>this is some text</p>
<p><code>php
function thisThing() {
echo "some weird formatted code!";
}
</code></p>
<p>some other text</p>