Created
December 6, 2016 18:09
-
-
Save bzg/5f9a952208cf8d35220a41a8ff857faa to your computer and use it in GitHub Desktop.
Revisions
-
bzg created this gist
Dec 6, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #+html_head_extra: <link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css" /> Some Clojure code: #+BEGIN_SRC clojure (map inc '(1 2 3)) #+END_SRC That's it. #+html: <script type="text/javascript">window.klipse_settings = {selector: '.src-clojure'};</script> #+html: <script src="https://storage.googleapis.com/app.klipse.tech/plugin/js/klipse_plugin.js"></script>