feat: enable markdown template format
This commit is contained in:
parent
b17e16abd9
commit
a5f07468e7
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ module.exports = function (eleventyConfig) {
|
||||||
},
|
},
|
||||||
markdownTemplateEngine: "njk",
|
markdownTemplateEngine: "njk",
|
||||||
htmlTemplateEngine: "njk",
|
htmlTemplateEngine: "njk",
|
||||||
templateFormats: ["html", "njk"]
|
templateFormats: ["html", "njk", "md"]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue