Jacky Zhao
2023-08-20 eb4d3dc5b405fda29ccde917902483a76835894c
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[]