mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
13 lines
197 B
HTML
13 lines
197 B
HTML
|
|
|
|
<p>Define a function in javascript:</p>
|
|
|
|
<pre><code>function MyFunc(a) {
|
|
var s = '`';
|
|
}
|
|
</code></pre>
|
|
|
|
<p>And some HTML</p>
|
|
|
|
<pre><code class="html"><div>HTML!</div>
|
|
</code></pre> |