quartz/plugins/transformers/gfm.ts
@@ -19,7 +19,7 @@ name = "GitHubFlavoredMarkdown" opts: Options constructor(opts?: Options) { constructor(opts?: Partial<Options>) { super() this.opts = { ...defaultOptions, ...opts } } @@ -33,7 +33,7 @@ ? [rehypeSlug, [rehypeAutolinkHeadings, { behavior: 'append', content: { type: 'text', value: '§' value: ' §' } }]] : []