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
130 stars 32 forks source link

Liquid {% highlight %} backwards compatibility issue with new Liquid version in Eleventy 1.0 #40

Closed zachleat closed 3 years ago

zachleat commented 3 years ago

If you’re running on Eleventy’s origin branch, {% highlight %} doesn’t return data. Requires more investigation.

First reported via https://github.com/zachleat/zachleat.com/issues/33

zachleat commented 3 years ago

Fixed without requiring a breaking change or change in version compatibility