quartz/components/Body.tsx
@@ -4,9 +4,9 @@ import { QuartzComponentConstructor, QuartzComponentProps } from "./types" function Body({ children }: QuartzComponentProps) { return <article> return <div id="quartz-body"> {children} </article> </div> } Body.afterDOMLoaded = clipboardScript