We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3876d commit 6d157f8Copy full SHA for 6d157f8
web/markdown.js
@@ -38,7 +38,7 @@ function load_highlight_link_stylesheet() {
38
function loadMarkDownScript(callback) {
39
load_marked_script(
40
function () {
41
- load_highlight_stylesheet();
+ load_highlight_link_stylesheet();
42
load_highlight_script(callback);
43
}
44
);
0 commit comments