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