From: Guillaume Pellerin Date: Wed, 11 Nov 2020 09:20:15 +0000 (+0100) Subject: update CDN, fix context object to give decktape compatibility X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=79415894dde2893eba535b8e7c4b199fabcfacde;p=slides.git update CDN, fix context object to give decktape compatibility --- diff --git a/src/js/main.js b/src/js/main.js index cb72932..7076c48 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -2,7 +2,7 @@ * For more information on using remark, please check out the wiki pages: * https://github.com/gnab/remark/wiki */ -var slideShow = remark.create({ +var slideshow = remark.create({ // Set the slideshow display ratio // Default: '4:3' // Alternatives: '16:9', ... diff --git a/src/templates/inc/scripts.jade b/src/templates/inc/scripts.jade index 7641831..0239c30 100644 --- a/src/templates/inc/scripts.jade +++ b/src/templates/inc/scripts.jade @@ -1,4 +1,4 @@ -script(src="https://gnab.github.io/remark/downloads/remark-latest.min.js") +script(src="https://remarkjs.com/downloads/remark-latest.min.js") script include ../../js/vendor/remark-fallback.js script(src="js/vendor/remark-language.js")