1<p>Define a function in javascript:</p>
2
3<pre><code>function MyFunc(a) {
4    var s = '`';
5}
6</code></pre>
7
8<p>And some HTML</p>
9
10<pre><code class="html">&lt;div&gt;HTML!&lt;/div&gt;
11</code></pre>
12