github-style-codeblock.html 184 B

12345678910111213
  1. <p>Define a function in javascript:</p>
  2. <pre><code>function MyFunc(a) {
  3. // ...
  4. }
  5. </code></pre>
  6. And some HTML
  7. <pre><code class="html">&lt;div&gt;HTML!&lt;/div&gt;
  8. </code></pre>