chat-client/node_modules/showdown/test/features/disable-gh-codeblocks.html

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>