Skip to content

Commit

Permalink
host our own version of remark.js
Browse files Browse the repository at this point in the history
This includes a fix for code span highlighting. For details:

gnab/remark#703
  • Loading branch information
jdtournier committed Oct 11, 2024
1 parent 7af0cd9 commit 26e766f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<textarea id="source">
{{ page.content }}
</textarea>
<script src="https://jdtournier.github.io/remark.min.js">
<script src="assets/js/remark.min.js">
</script>
<script>
remark.macros.scale = function (percentage) {
Expand Down
Loading

0 comments on commit 26e766f

Please sign in to comment.