Update quartz/plugins/transformers/ofm.ts

This commit is contained in:
Aaron Pham 2025-01-01 11:19:53 -08:00 committed by GitHub
parent 607f5fa6fe
commit e978cd8993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -820,6 +820,6 @@ declare module "vfile" {
interface DataMap { interface DataMap {
blocks: Record<string, Element> blocks: Record<string, Element>
htmlAst: HtmlRoot htmlAst: HtmlRoot
hasMermaidDiagram: boolean hasMermaidDiagram: boolean | undefined
} }
} }