File: github-style-codeblock.html

package info (click to toggle)
omd 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,424 kB
  • sloc: ml: 9,312; makefile: 18
file content (6 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
<p>Define a function in javascript:</p>
<pre><code>function MyFunc(a) {
    var s = &#39;`&#39;;
}</code></pre>
<p>And some HTML</p>
<pre class='html'><code class='html'>&lt;div&gt;HTML!&lt;/div&gt;</code></pre>