File tree Expand file tree Collapse file tree 4 files changed +29139
-29309
lines changed
Expand file tree Collapse file tree 4 files changed +29139
-29309
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export interface SlideOptions {
1717 resetable : boolean ,
1818 enabled : boolean ,
1919 } ,
20- includePresenterNotes : true ,
20+ includePresenterNotes : boolean ,
2121}
2222
2323const defaultOptions : SlideOptions = {
Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ function appendRemark(option: SlideOptions) {
158158 document . head . appendChild ( style )
159159
160160 const script = document . createElement ( "script" )
161- // script.src = `${window.location.origin}/static/scripts/remark .js`
162- script . src = `https://codeyoma.github.io/static/scripts/remark.js`
161+ script . src = `${ window . location . origin } /static/scripts/slide .js`
162+ // script.src = `https://codeyoma.github.io/static/scripts/remark.js`
163163
164164 script . onload = ( ) => {
165165 remark . create ( {
You can’t perform that action at this time.
0 commit comments