File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3636 function getMarkDownFileURL ( ) {
3737 const params = new URLSearchParams ( window . location . search ) ;
3838 const page = params . get ( "page" ) ;
39- return page ? `./${ page } .md` : "./page1 .md" ;
39+ return page ? `./${ page } .md` : "./page0 .md" ;
4040 }
4141
4242 function initializeMarkdwonView ( ) {
Original file line number Diff line number Diff line change 1+ # 마크다운 문법
2+
3+ ## 설명서
4+
5+ https://docs.github.com/ko/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
6+
7+ https://github.github.com/gfm/#example-265
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ class SubMenu {
1818 }
1919
2020 registerMenuDataItem ( ) {
21- this . _Menu . addDataItem ( "/markdown" , "./page.html?page=page1" ) ;
21+ this . _Menu . addDataItem ( "/markdown" , "./page.html?page=page0" ) ;
22+ this . _Menu . addDataItem ( "/markdown/설명서" , "./page.html?page=page0" ) ;
2223 this . _Menu . addDataItem ( "/markdown/01.제목" , "./page.html?page=page1" ) ;
2324 this . _Menu . addDataItem ( "/markdown/02.인용" , "./page.html?page=page2" ) ;
2425 this . _Menu . addDataItem ( "/markdown/03.목록" , "./page.html?page=page3" ) ;
You can’t perform that action at this time.
0 commit comments