markdown-loader icon indicating copy to clipboard operation
markdown-loader copied to clipboard

markdown loader for webpack

Results 15 markdown-loader issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [webpack](https://github.com/webpack/webpack) from 5.67.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Quick fix to enable the usage of Marker extensions. An example with `marked-highlight` : ```javascript // highlight const { markedHighlight } = require("./../../example/node_modules/marked-highlight"); const hljs = require('./../../example/node_modules/highlight.js'); // inside Webpack...