diff --git a/eleventy.config.js b/eleventy.config.js index 052e9c6..79c3a8c 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -36,7 +36,7 @@ const urlFormat = ({ src, width, format }) => { return src; }; -const MARKDOWNIT_OPTIONS = { html: true, linkify: true, typographer: true }; +const MARKDOWNIT_OPTIONS = { html: true, linkify: false, typographer: true }; const ELEVENTY_IMAGE_DEFAULTS = { formats: ['webp', 'auto'], urlPath: '/img/',