diff --git a/js/reveal.js b/js/reveal.js index a4a71db..f9590d5 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -235,6 +235,18 @@ var Reveal = (function(){ dom.controlsNext = toArray( document.querySelectorAll( '.navigate-next' ) ); } + //Auto scape code blocks + var cblocks = document.querySelectorAll("pre code"); + + if(cblocks.length) { + for(var i=0, len=cblocks.length; i/g,">"); + thisDom.innerHTML = html; + } + } + } /**