Changed default highlighter to highlight.js
This commit is contained in:
parent
0356c9e60c
commit
d46e373d64
@ -27,7 +27,7 @@ define([
|
||||
],
|
||||
intraword: true,
|
||||
comments: true,
|
||||
highlighter: "prettify"
|
||||
highlighter: "highlight"
|
||||
};
|
||||
|
||||
markdownExtra.onLoadSettings = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user