disable-gh-codeblocks.html 133 B

1234567
  1. <p>this is some text</p>
  2. <p><code>php
  3. function thisThing() {
  4. echo "some weird formatted code!";
  5. }
  6. </code></p>
  7. <p>some other text</p>