UNPKG

@11ty/eleventy-plugin-syntaxhighlight

Version:

Prism.js based syntax highlighting for Markdown, Liquid, Nunjucks, WebC, and 11ty.js templates.

5 lines (4 loc) 104 B
module.exports = function(data) { let result = this.highlight("js", "var test;"); return result; };