plugin integration round 2

This commit is contained in:
Jacky Zhao
2023-05-30 08:02:20 -07:00
parent ba1515d9ee
commit ac79443d8b
29 changed files with 3863 additions and 100 deletions

5
quartz/plugins/vfile.ts Normal file
View File

@ -0,0 +1,5 @@
import { Node } from 'hast'
import { Data, VFile } from 'vfile/lib'
export type QuartzPluginData = Data
export type ProcessedContent = [Node<QuartzPluginData>, VFile]