Jacky Zhao
2023-08-05 c402f0c3857a75cc101c3459866c94e646fd2957
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