Jacky Zhao
2023-07-16 3ac6b42e16dca5a44ed3fec2c0314f1dbbc2322b
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