diff --git a/eleventy.config.md.js b/eleventy.config.md.js index 6f68edef..10575ccc 100644 --- a/eleventy.config.md.js +++ b/eleventy.config.md.js @@ -77,8 +77,8 @@ module.exports = function (eleventyConfig) { // Configure markdown-it-footnote markdownLibrary.renderer.rules.footnote_block_open = () => ( '
\n' + - '

Footnotes

\n' + '
\n' + + '

Footnotes

\n' + '
    \n' );