Skip to content

Commit

Permalink
use passive lang
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoer committed Feb 21, 2025
1 parent eaac394 commit 5e2ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/plugins/transformers/ofm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export const ObsidianFlavoredMarkdown: QuartzTransformerPlugin<Partial<Options>>
},
)

// Append footnote definitions if we found any
// Append footnote definitions if any are found
if (Object.keys(footnotes).length > 0) {
return (
result +
Expand Down

0 comments on commit 5e2ec38

Please sign in to comment.