1
0
mirror of https://github.com/showdownjs/showdown.git synced 2024-03-22 13:30:55 +08:00
showdown/test/cases/github-style-codeblock.html

13 lines
197 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;
</code></pre>