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

13 lines
191 B
HTML

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