This commit is contained in:
Michiel Borkent 2021-05-24 11:36:53 +02:00
parent 01fb5d679f
commit 1a6ce3312c
3 changed files with 10 additions and 11 deletions

View file

@ -54,9 +54,7 @@
<pre>
<code class="html">&lt;head&gt;
&lt;script src=&quot;https://borkdude.github.io/sci-script-tag/js/sci-script-tag.js&quot;
type=&quot;application/javascript&quot;&gt;
&lt;/script&gt;
&lt;script src=&quot;https://borkdude.github.io/sci-script-tag/js/sci-script-tag.js&quot; type=&quot;application/javascript&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;application/x-sci&quot;&gt;
(defn ^:export my-alert []
@ -71,8 +69,6 @@
&lt;/button&gt;
&lt;/body&gt;</code></pre>
<script type="text/javascript">hljs.highlightAll();</script>
<button onclick="my_alert()">
Click me!
</button>
@ -109,5 +105,7 @@
</code></pre>
<div id="app"></div>
<script type="text/javascript">hljs.highlightAll();</script>
</body>
</html>