- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.8
tonode: >=10
to keep up with mandatory ecosystem changes
- Updated base files using boundation
- Compiled with CoffeeScript v2
- Updated dependencies
- Updated base files
- Updated dependencies - highlight.js ^9.6.0
- Updated dependencies - coffee-script 1.8.0 - highlight.js 8.3.0 - he 0.5.0
- Switch to he for more robust HTML entity decoding - Thanks to Mathias Bynens for pull request #10
- Fix to have the
hljs
class in the code element - Thanks to Troy Kershaw for pull request #8 - Updated dependencies - coffee-script 1.6.2 to 1.7.1
- Updated dependencies
- You can now customise the css classname that is added via the
className
property, defaults tohighlight
- Updated dependencies
- Updated dependencies
- Repackaged
- Updated dependencies
- Obey the
replaceTabs
configuration option
- Replace tabs with spaces now that DocPad v6.31 doesn't
- Updated dependencies
- Updated dependencies
- Repackaged
- Updated dependencies -
bal-util
from ~1.13.13 to ~1.16.8 -highlight.js
from 7.3.x to ~7.3.0 -ent
from 0.0.4 to ~0.0.4
- Fixed no highlight detection
- Removed jsdom for simpler and way faster approach
- Fixed specifying language in some instances
- Changed
sourceFilter
option to the newtransforms
option - Documented the
aliases
option - Warns when language highlight definition is not found
- Updated for Highlight.js 7.3.x
- Released
- Cleaned
- Added aliases
- Fixed the document loop error which occurred when processing documents not containing code
- Fixed the handling of the new default Marked plugin
- Changed to the HTML5 parser because jsdom's default HTML parser occasionally failed on the provided tests
- Better handle the default Markdown plugin's HTML output - Languages like Coffeescript get butchered in fenced code because it doesn't continue the code block properly
- If an unrecognized language tag is used, the plugin falls back to Highlight.js's autodetection feature
- Tests!
- The Highlight.js Syntax Highlighting Plugin is Created