Last active
June 22, 2019 00:59
-
-
Save bobbicodes/801f66a49e2fb25a5072fc069a0482e0 to your computer and use it in GitHub Desktop.
Template HTML file for using Clojurescript and Reagent KLIPSE snippets
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 characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Reagent Template</title> | |
<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css"> | |
<script> | |
window.klipse_settings = { | |
selector: '.language-klipse', | |
selector_reagent: '.language-reagent', | |
}; | |
</script> | |
</head> | |
<body> | |
<h1><center>Reagent Template</center></h1> | |
<pre><code class="language-klipse"> | |
(require '[reagent.core :refer [atom]]) | |
</code></pre> | |
<pre><code class="language-reagent"> | |
</code></pre> | |
<script src="https://storage.googleapis.com/app.klipse.tech/plugin/js/klipse_plugin.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.slideshare.net/BobbyTowers1/clojure-lfnw