mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
11 lines
196 B
Text
11 lines
196 B
Text
<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>
|