Skip to content

Commit

Permalink
chore(ofm): remove unused (jackyzha0#999)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm authored Mar 16, 2024
1 parent 4702402 commit 7164857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quartz/plugins/transformers/ofm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,8 @@ export const ObsidianFlavoredMarkdown: QuartzTransformerPlugin<Partial<Options>

return src
},
markdownPlugins(ctx) {
markdownPlugins(_ctx) {
const plugins: PluggableList = []
const cfg = ctx.cfg.configuration

// regex replacements
plugins.push(() => {
Expand Down

0 comments on commit 7164857

Please sign in to comment.