Skip to content

Commit ea9a583

Browse files
committed
fix: unexpected path of hmd2html.min.js
1 parent 257b8f8 commit ea9a583

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,7 @@
748748
});
749749
}
750750
</script>
751-
<!-- <script src="./js/hmd2html.min.js"></script> -->
752-
<script src="../dist/web/hmd2html.min.js"></script>
751+
<script src="./js/hmd2html.min.js"></script>
753752
<script>
754753
window.converter = new window.hmd2html.Converter();
755754
fetch("https://raw.githubusercontent.com/ksw2000/hackmd-to-html-cli/refs/heads/main/example/index.md")

0 commit comments

Comments
 (0)