We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0bd60 commit d343c47Copy full SHA for d343c47
pretty/css/html_header.html
@@ -15,7 +15,7 @@
15
$mathjax
16
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
17
$extrastylesheet
18
- <link rel="stylesheet" href="$relpath^sean-theme.css">
+ <!-- <link rel="stylesheet" href="$relpath^sean-theme.css">
19
<script src="$relpath^highlight.min.js"></script>
20
<script>
21
$(function() {
@@ -24,7 +24,7 @@
24
$node.html("<pre><code class='stan'>" +
25
$node.text()+"</code></pre>");
26
hljs.highlightAll(node);
27
- });
+ }); -->
28
});
29
</script>
30
</head>
0 commit comments