mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
15 lines
492 B
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> |