Browse Source

add markdown footnote rendering via markdown-it-footnote

main
Noah Hall 2 years ago
parent
commit
7123eaea55
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      .eleventy.js
  2. +1
    -0
      package.json

+ 1
- 1
.eleventy.js View File

@ -64,7 +64,7 @@ module.exports = function(eleventyConfig) {
permalink: true,
permalinkClass: "direct-link",
permalinkSymbol: "#"
});
}).use(require('markdown-it-footnote'));
eleventyConfig.setLibrary("md", markdownLibrary);
// Browsersync Overrides


+ 1
- 0
package.json View File

@ -38,6 +38,7 @@
"gulp-image-resize": "^0.13.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"markdown-it-footnote": "^3.0.2",
"node-path": "0.0.3",
"node-sass": "^4.14.1"
}


Loading…
Cancel
Save