remove unused code from md plugin

master
Hakim El Hattab 2020-04-27 10:43:29 +02:00
parent c7c09644f0
commit a040ba3b41
1 changed files with 0 additions and 10 deletions

View File

@ -408,16 +408,6 @@ const Plugin = () => {
deck = reveal;
// This should no longer be needed, as long as the highlight.js
// plugin is included after the markdown plugin
// if( typeof window.hljs !== 'undefined' ) {
// marked.setOptions({
// highlight: function( code, lang ) {
// return window.hljs.highlightAuto( code, lang ? [lang] : null ).value;
// }
// });
// }
// marked can be configured via reveal.js config options
var options = deck.getConfig().markdown;
if( options ) {