action-send-mail/node_modules/showdown/test/features/disable-gh-codeblocks.html
2025-06-08 23:43:24 +08: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>