Skip to content

Commit e23853d

Browse files
committed
1
1 parent cfb25f9 commit e23853d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function initializeMarkdwonView() {
4747

4848
loadMarkDownScript(
4949
function () {
50-
renderMarkdwon("markdown-view", "./page.md");
50+
renderMarkdwon("page-markdown-view", "./page.md");
5151
}
5252
);
5353
}

web/page-git/page1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
loadMarkDownScript(
4242
function () {
43-
renderMarkdwon("markdown-view", "./page1.md");
43+
renderMarkdwon("page-markdown-view", "./page1.md");
4444
}
4545
);
4646
}

0 commit comments

Comments
 (0)