Jacky Zhao
2023-06-04 9ad89997a533744695b380b315f1f70293bb30c4
quartz/plugins/transformers/gfm.ts
@@ -3,7 +3,7 @@
import smartypants from 'remark-smartypants'
import { QuartzTransformerPlugin } from "../types"
import rehypeSlug from "rehype-slug"
import rehypeAutolinkHeadings from "rehype-autolink-headings/lib"
import rehypeAutolinkHeadings from "rehype-autolink-headings"
export interface Options {
  enableSmartyPants: boolean