showdown/test/cases/github-style-codeblock.html
2012-06-13 23:05:31 -06:00

13 lines
184 B
HTML

<p>Define a function in javascript:</p>
<pre><code>function MyFunc(a) {
// ...
}
</code></pre>
And some HTML
<pre><code class="html">&lt;div&gt;HTML!&lt;/div&gt;
</code></pre>