Skip to content

Commit 26e766f

Browse files
committed
host our own version of remark.js
This includes a fix for code span highlighting. For details: gnab/remark#703
1 parent 7af0cd9 commit 26e766f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

_layouts/presentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<textarea id="source">
100100
{{ page.content }}
101101
</textarea>
102-
<script src="https://jdtournier.github.io/remark.min.js">
102+
<script src="assets/js/remark.min.js">
103103
</script>
104104
<script>
105105
remark.macros.scale = function (percentage) {

0 commit comments

Comments
 (0)