diff --git a/eleventy.config.md.js b/eleventy.config.md.js index 3ea718cf..46243c87 100644 --- a/eleventy.config.md.js +++ b/eleventy.config.md.js @@ -66,6 +66,7 @@ module.exports = function (eleventyConfig) { /* Markdown Overrides */ let markdownLibrary = markdownIt({ html: true, + linkify: true, }) .use(markdownItAnchor, markdownItAnchorOptions) .use(require("markdown-it-attribution"))