showdown/test/features/disable-gh-codeblocks.html
Estevão Soares dos Santos 5b1f716151 chore: normalize test names
2015-10-19 02:50:32 +01:00

10 lines
135 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>