File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2929 run : |
3030 mkdir output/js
3131 mv ./dist/web/hmd2html.min.js ./output/js
32- mv ./example/index.md ./output/index.md
3332 mv ./example/index.html ./output/webjs.html
3433
3534 - name : commit and push
Original file line number Diff line number Diff line change 633633 < textarea id ="input "> </ textarea >
634634 < div id ="output "> </ div >
635635 </ div >
636- < script src ="./output/ js/hmd2html.min.js "> </ script >
636+ < script src ="./js/hmd2html.min.js "> </ script >
637637 < script >
638638 window . converter = new window . hmd2html . Converter ( ) ;
639- fetch ( ". /index.md" )
639+ fetch ( "https://raw.githubusercontent.com/ksw2000/hackmd-to-html-cli/refs/heads/main/example /index.md" )
640640 . then ( res => res . text ( ) )
641641 . then ( data => {
642642 document . getElementById ( "input" ) . value = data ;
You can’t perform that action at this time.
0 commit comments