UNPKG

@11ty/eleventy-plugin-syntaxhighlight

Version:

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

6 lines (4 loc) 136 B
const syntaxHighlight = require("../../"); module.exports = function(eleventyConfig) { eleventyConfig.addPlugin(syntaxHighlight); };