Skip to content

Commit 6d157f8

Browse files
committed
1
1 parent 2a3876d commit 6d157f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function load_highlight_link_stylesheet() {
3838
function loadMarkDownScript(callback) {
3939
load_marked_script(
4040
function () {
41-
load_highlight_stylesheet();
41+
load_highlight_link_stylesheet();
4242
load_highlight_script(callback);
4343
}
4444
);

0 commit comments

Comments
 (0)