diff --git a/eleventy.config.cjs b/eleventy.config.cjs index 8a39f162..1e27726a 100644 --- a/eleventy.config.cjs +++ b/eleventy.config.cjs @@ -23,6 +23,13 @@ const customMarkdownIt = markdownIt({ linkify: true }); +/** + * Prevents things like `rule.to` to be converted to links + */ +customMarkdownIt.linkify.set({ + fuzzyLink: false +}); + /** * Anchors for headings lower then H1 (H2, H3, ...) * @see https://github.com/valeriangalliat/markdown-it-anchor