Jacky Zhao
2023-08-03 429f331c212d598b0d7ff44f20f75cf007bcf32b
quartz/components/scripts/callout.inline.ts
@@ -7,7 +7,9 @@
}
function setupCallout() {
  const collapsible = document.getElementsByClassName(`callout is-collapsible`) as HTMLCollectionOf<HTMLElement>
  const collapsible = document.getElementsByClassName(
    `callout is-collapsible`,
  ) as HTMLCollectionOf<HTMLElement>
  for (const div of collapsible) {
    const title = div.firstElementChild