Merge pull request #28 from CodeLenny/iss26-code-highlighting

Fixed Code Highlighting Background Color
This commit is contained in:
Kam Low 2017-01-10 09:46:38 +01:00 committed by GitHub
commit 2ece7a0d57

View File

@ -91,7 +91,8 @@ highlight.configure({
});
marked.setOptions({
highlight: common.highlight
highlight: common.highlight,
langPrefix: 'hljs '
});
module.exports = common;