Jacky Zhao
2023-06-17 6d5491fdcbccfad7af6c6dcc63ce2f67abd3850c
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