Try the plain highlighter

This commit is contained in:
Zach Leatherman
2018-01-27 23:31:42 -06:00
parent 1d36b810a3
commit dceec25c46
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ module.exports = function(eleventyConfig) {
}, true);
// compatibility with existing {% highlight js %} and others
eleventyConfig.addLiquidTag("highlight", highlighters.prismjs);
eleventyConfig.addLiquidTag("highlight", highlighters.plain);
// only content in the `posts/` directory
eleventyConfig.addCollection("posts", function(collection) {