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

Sun, 23 Jul 2017 23:24:00 -0700

author
asaha
date
Sun, 23 Jul 2017 23:24:00 -0700
changeset 2091
b9ed966e2b87
parent 963
e2497b11a021
permissions
-rw-r--r--

Merge

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

mercurial