Skip to content

Eleventy Syntax Highlighter v5.0.0

Latest
Compare
Choose a tag to compare
@zachleat zachleat released this 12 Apr 21:12
· 2 commits to master since this release
  • Breaking: we no longer throw an error when you pass in an invalid language. Use errorOnInvalidLanguage: true to re-enable errors by default. #70 #73
  • Breaking: changes default lineSeparator option from "<br>" to "\n" #82 This fixes an issue with missing line breaks in some feed readers!
  • Fixed: Markdown syntax highlighter generated invalid HTML in some cases #80 Thank you @marvinhagemeister!
  • Bug fixes for diff- syntax #75 #76
  • Removes undocumented character wrapping feature #81

Plugin documentation: https://www.11ty.dev/docs/plugins/syntaxhighlight/
Milestone: https://github.com/11ty/eleventy-plugin-syntaxhighlight/milestone/14?closed=1
Full Changelog: v4.2.0...v5.0.0

Contributors