Removed markdown-it-highlight plugin

James Peret 6 years ago
parent
commit
ee790204b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -188,7 +188,7 @@ var markdown_parser = function(data){
188 188
       inlineClose: '\\)',
189 189
       blockOpen: '\\[',
190 190
       blockClose: '\\]'
191
-    }).use(require('markdown-it-highlightjs'), {auto: true, code: false})
191
+    })//.use(require('markdown-it-highlightjs'), {auto: true, code: false})
192 192
   return md.render(data)
193 193
 }
194 194