John Bowdre
2024-05-06 d03fdc235a7926eed5ad127ffb9c4a5f9c1008b7
quartz/components/pages/TagContent.tsx
@@ -56,7 +56,7 @@
            const root = contentPage?.htmlAst
            const content =
              !root || root?.children.length === 0
              !root || root?.children.length === 0
                ? contentPage?.description
                : htmlToJsx(contentPage.filePath!, root)