11ty / eleventy-plugin-syntaxhighlight

A pack of Eleventy plugins for syntax highlighting in Markdown, Liquid, and Nunjucks templates.
https://www.11ty.dev/docs/plugins/syntaxhighlight/
MIT License
129 stars 32 forks source link

Error when running {% highlight %} on Nunjucks page #51

Closed tusamni closed 3 years ago

tusamni commented 3 years ago

I've got posts that use "*.njk" extensions.

Whenever I add the {% highlight %} shortcode, it throws:

"Cannot read property 'split' of undefined"

If I change the extension to html, it works fine.

tusamni commented 3 years ago

Closing this. Figured out that it was not having quotes around the language in the shortcode.

{% highlight "js" %}