Jacky Zhao
2023-08-20 791b8e2d9f826de8cd0e3db3aead04ad8c65bc6e
quartz/plugins/transformers/frontmatter.ts
@@ -2,7 +2,7 @@
import remarkFrontmatter from "remark-frontmatter"
import { QuartzTransformerPlugin } from "../types"
import yaml from "js-yaml"
import { slugTag } from "../../path"
import { slugTag } from "../../util/path"
export interface Options {
  delims: string | string[]