docpad-plugin-highlightjs
docpad-plugin-highlightjs copied to clipboard
Adds support for Highlight.js syntax highlighting to DocPad
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.11.0 to 7.23.9. Release notes Sourced from @babel/preset-env's releases. v7.23.9 (2024-01-25) :bug: Bug Fix babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env #16225 fix: systemjs re-traverses helpers (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16226...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.1 to 7.23.9. Release notes Sourced from @babel/core's releases. v7.23.9 (2024-01-25) :bug: Bug Fix babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env #16225 fix: systemjs re-traverses helpers (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16226...
Bumps [valid-directory](https://github.com/bevry/valid-directory) from 2.8.0 to 4.9.0. Changelog Sourced from valid-directory's changelog. v4.9.0 2023 December 30 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...
Bumps [editions](https://github.com/bevry/editions) from 3.16.0 to 6.21.0. Changelog Sourced from editions's changelog. v6.21.0 2023 December 28 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.4.1. Changelog Sourced from eslint-plugin-prettier's changelog. v3.4.1 (2021-08-20) build(deps): Bump glob-parent from 5.0.0 to 5.1.2 (#420) (b6d075c) build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#425)...
Would be great if the version of Highlight.js was updated to the latest (8.6) as it fixes several bugs with Java & Javascript rendering.
Allow choosing the Highlight.js style from the plugin settings. ``` coffee plugins: highlightjs: style: 'mystyle' ```
I like the `transforms` hook this plugin exposes, but I need something _after_ the code generation. My use case is that I want to add line numbers to the generated...
It appears to me that the plugin overrides other classes of the pre tag when generating. Especially when using the bootstrap class `.pre-scrollable` it is a little annoying that all...