feat: enable markdown template format

This commit is contained in:
sthag 2024-08-09 20:03:07 +02:00
parent b17e16abd9
commit a5f07468e7

View file

@ -36,6 +36,6 @@ module.exports = function (eleventyConfig) {
}, },
markdownTemplateEngine: "njk", markdownTemplateEngine: "njk",
htmlTemplateEngine: "njk", htmlTemplateEngine: "njk",
templateFormats: ["html", "njk"] templateFormats: ["html", "njk", "md"]
} }
}; };