highlight-loader
highlight-loader copied to clipboard
Applies highlight.js to given HTML (MIT)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 0.2.17 to 1.4.1. Release notes Sourced from loader-utils's releases. v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34) v1.4.0 1.4.0 (2020-02-19) Features the resourceQuery is passed to...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 5.0.1 Commits 9f49616 5.0.1 cdc3188 don't load the whole...
Bumps [css-what](https://github.com/fb55/css-what) to 6.1.0 and updates ancestor dependency [cheerio](https://github.com/cheeriojs/cheerio). These dependencies need to be updated together. Updates `css-what` from 1.0.0 to 6.1.0 Release notes Sourced from css-what's releases. v6.1.0 feat:...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.1 to 10.4.1. Release notes Sourced from highlight.js's releases. 10.4.1 Security fixes: (fix) Exponential backtracking fixes for: Josh Goebel cpp handlebars gams perl jboss-cli r erlang-repl powershell...
I would like to add a copy to clipboard option to the code section. I wonder how I can do it. One option is to add the button using css...
It might make sense to decouple the loader from highlight.js. Maybe it could still remain as default. Allowing it to be replaced with something else could be a good move.