test/script/markdown/github-style-codeblock.js.EXPECTED

Mon, 22 Feb 2016 13:07:47 -0800

author
asaha
date
Mon, 22 Feb 2016 13:07:47 -0800
changeset 1795
bab68ab3df71
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u75-b09 for changeset fd2b29bd7cb6

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

mercurial