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

Change default `lineSeparator` option to `\n` instead of `<br>` #82

Closed zachleat closed 1 year ago

zachleat commented 1 year ago

I noticed that in Feedbin, syntax highlighted code does not include line breaks. This would fix that issue.

zachleat commented 1 year ago

Related to #17