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 }, } }