Hello, could someone tell me why this snippet doesn't work?
html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css">
<script>
window.klipse_settings = {
selector: '.language-klipse'// css selector for the html elements you want to klipsify
};
</script>
<script src="https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js"></script>
</head>
<body>
<div class="language-klipse">
(map inc [1 2 3])
</div>
</body>
</html>
you need to use the non-minified version of klipse!
You are the 2nd person today @pbaille that encounters teh same issue
I definitely need to make it more clear in the README!
thank you a lot for the quick answer
klipse is killing!
Happy that you like it
Are you french?
yes
you?
An important remark about the klipse plugin: for clojure snippets you must use the non-minified version of klipse
I have made it more clear in the README
Thx @pbaille and @timothypratley