showdown/test/cases/github-style-codeblock.html

12 lines
196 B
HTML
Raw Normal View History

2012-06-13 23:05:31 -06:00
<p>Define a function in javascript:</p>
<pre><code>function MyFunc(a) {
var s = '`';
2012-06-13 23:05:31 -06:00
}
</code></pre>
2012-06-13 23:43:46 -06:00
<p>And some HTML</p>
2012-06-13 23:05:31 -06:00
<pre><code class="html">&lt;div&gt;HTML!&lt;/div&gt;
2015-01-15 21:21:33 +00:00
</code></pre>