add comment

This commit is contained in:
Kathleen Fitzpatrick
2024-11-29 13:00:16 -05:00
parent 3189c29117
commit 77a2589fe9
3 changed files with 2 additions and 31 deletions

View File

@@ -20,14 +20,13 @@ export default async function(eleventyConfig) {
}
});
// Enable use of MarkdownIt footnotes
let options = {
html: true,
breaks: true,
linkify: true,
};
let markdownLib = markdownIt(options).use(markdownItFootnote);
eleventyConfig.setLibrary("md", markdownLib);
// Copy the contents of the `public` folder to the output folder