Nunjuck shouldn't render the markdown from notes

This commit is contained in:
Ole Eskild Steensen 2023-09-21 15:19:13 +02:00
parent 830855d6e9
commit ea4a85ac76
2 changed files with 3 additions and 3 deletions

View File

@ -494,7 +494,7 @@ module.exports = function (eleventyConfig) {
}, },
templateFormats: ["njk", "md", "11ty.js"], templateFormats: ["njk", "md", "11ty.js"],
htmlTemplateEngine: "njk", htmlTemplateEngine: "njk",
markdownTemplateEngine: "njk", markdownTemplateEngine: false,
passthroughFileCopy: true, passthroughFileCopy: true,
}; };
}; };

View File

@ -1,4 +1,4 @@
{ {
"tags": "note", "tags": "note",
"templateEngineOverride": "njk,md" "templateEngineOverride": "md"
} }