send-mail/node_modules/showdown/test/features/disable-gh-codeblocks.html

8 lines
133 B
HTML
Raw Normal View History

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