Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit a0bf3a6

Browse files
committed
Explicitly enable syntax highlighting
1 parent 4adb605 commit a0bf3a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

presentations/intro-to-rust/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,10 @@
11361136
<script src="remark.js" type="text/javascript">
11371137
</script>
11381138
<script type="text/javascript">
1139-
var slideshow = remark.create();
1139+
var slideshow = remark.create({
1140+
highlightStyle: 'default',
1141+
highlightLines: true,
1142+
});
11401143
</script>
11411144
</body>
11421145
</html>

0 commit comments

Comments
 (0)