use passive lang

This commit is contained in:
sss 2025-02-21 01:21:45 +01:00
parent eaac39444a
commit 5e2ec38a4b

View File

@ -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 +