mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
f97e072bc4
Closes #291
9 lines
207 B
HTML
9 lines
207 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 language-html"><div>HTML!</div>
|
|
</code></pre>
|