quartz/plugins/transformers/ofm.ts
@@ -436,7 +436,6 @@ const blockTagTypes = new Set(["blockquote"]) return (tree, file) => { file.data.blocks = {} file.data.htmlAst = tree visit(tree, "element", (node, index, parent) => { if (blockTagTypes.has(node.tagName)) { @@ -478,6 +477,8 @@ } } }) file.data.htmlAst = tree } }) }