add comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user