11ty / eleventy-plugin-syntaxhighlight Public
- Notifications You must be signed in to change notification settings
- Fork 35
Adds new highlight JavaScript function, for use in 11ty.js templates.
Docs: https://www.11ty.dev/docs/plugins/syntaxhighlight/#javascript-function-(for-11ty.js)
e.g. sample.11ty.js:
module.exports = function(data) { let result = this.highlight("js", "var test;"); return result; };
Assets 2
Loading














