Skip to content

Commit 0536df8

Browse files
committed
Quartz sync: Jun 3, 2025, 11:40 PM
1 parent 5cbb2ba commit 0536df8

File tree

4 files changed

+29139
-29309
lines changed

4 files changed

+29139
-29309
lines changed

quartz/components/Slide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface SlideOptions {
1717
resetable: boolean,
1818
enabled: boolean,
1919
},
20-
includePresenterNotes: true,
20+
includePresenterNotes: boolean,
2121
}
2222

2323
const defaultOptions: SlideOptions = {

quartz/components/scripts/slide.inline.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)