personal_site/_includes/klipse_scripts.html

15 lines
492 B
HTML

<!-- This bit gets included if the post uses Klipse editable code blocks -->
<!-- For styling the interactive code snippets -->
<link rel="stylesheet" type="text/css" href="/assets/klipse/codemirror.css">
<script>
window.klipse_settings = {
selector_pyodide: '.language-klipse-python', // css selector for the html elements to be klipsified
codemirror_options_in: {
theme: "jupyter",
},
};
</script>
<script src="/assets/klipse/klipse_plugin.min.js" defer></script>