This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Versions: marked v0.6.2, prismjs v1.15.0 | |
let marked = require('marked'); | |
let prism = require('prismjs'); | |
let loadLanguages = require('prismjs/components/'); | |
loadLanguages(['javascript', 'jsx', 'css', 'markup', 'bash', 'json']); | |
marked.setOptions({ | |
highlight: function(code, lang) { |