Jacky Zhao
2023-07-05 974b0da3086d21aabf5ef1a3eefa50675c0d4e95
quartz/components/pages/TagContent.tsx
@@ -17,9 +17,12 @@
      allFiles: allPagesWithTag
    }
    const desc = props.fileData.description
    // @ts-ignore
    const content = toJsxRuntime(tree, { Fragment, jsx, jsxs, elementAttributeNameCase: 'html' })
    return <div class="popover-hint">
      {desc && <p>{desc}</p>}
      <article>{content}</article>
      <p>{allPagesWithTag.length} items with this tag.</p>
      <div>