Rahmat Ardiansyah
2025-12-09 bacd19c4eab36ed29cad5d1a5b5637417853188b
quartz/plugins/transformers/oxhugofm.ts
@@ -1,4 +1,6 @@
import { QuartzTransformerPlugin } from "../types"
import rehypeRaw from "rehype-raw"
import { PluggableList } from "unified"
export interface Options {
  /** Replace {{ relref }} with quartz wikilinks []() */
@@ -102,5 +104,9 @@
      }
      return src
    },
    htmlPlugins() {
      const plugins: PluggableList = [rehypeRaw]
      return plugins
    },
  }
}