disable_gh_codeblocks.html 135 B

123456789
  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>