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

Add `defaultLanguage` option #67

Closed mattrossman closed 2 years ago

mattrossman commented 2 years ago

Resolves #66

zachleat commented 2 years ago

This was fixed by #50 and #52 without additional API surface. I do appreciate the contribution, sorry it didn’t make it in!

Nekkowe commented 1 week ago

@zachleat Unfortunately, it seems to be the case that this preAttribute callback never actually gets called when no language is specified in the code block.