8.0.0 • Published 3 years ago

markdown-loader v8.0.0

Weekly downloads
142,812
License
MIT
Repository
github
Last release
3 years ago

markdown-loader

markdown-loader for webpack using marked.

Version on NPM Semantically released Monthly downloads on NPM License

Installation

npm install markdown-loader

Minimal requirements:

  • Node >=12.22.9
  • webpack >=5.0.0

Usage

Since marked's output is HTML, it's best served in conjunction with the html-loader.

// webpack.config.js
export default {
  module: {
    rules: [
      {
        test: /\.md$/,
        use: [
          {
            loader: "html-loader",
          },
          {
            loader: "markdown-loader",
            options: {
              // Pass options to marked
              // See https://marked.js.org/using_advanced#options
            },
          },
        ],
      },
    ],
  },
};

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Sponsors

@rpcbase/webpack-browser@tenjo/webpack-config@pixelmord/prestyledtenjo-webpack-configscenic-clientikea-kompisqpluifeview-uieslink-clilem-vuebinarystate-lbc-react-library@code.gov/code-gov-front-endefly-ui3.0@triply/ldwizard-coreboolean-html-js-exercises@learn-chinese-platform/site@everything-registry/sub-chunk-2132windfuryvue-cli-plugin-contentwebcubewebpack-www-bundlewedocwpackxayahxigua-playerxes-webpack-coresuper-projectstorybook-vue-hmr-fixstorybook-addon-datastorybook-angular-scriptsstorybook-readmestorybook-readme-addonstorybook-readme-customizestorybook-readme-jest-fixstorybook-readme-sourcethgy-componentsuvp-front-uiv-nimble-uivue-agile-uivue-cli-plugin-markdownvue-cli-plugin-md-component@croquiscom/storybook-app-mithril@croquiscom/storybook-app-mithril-2@defualt/dev_env@beisen/storybook-react-dev@beisen/storybook-build@beisen/sbl@printify/react-ui-kit@printify/ui-kitiwaterkb-ui-test-vlang-uiai-miaoduspectacle-presentssenpackstefans-react-buildui_kitchenadmincentertrc-client-core@aomi/webapp-cli@appbaseio/storybook-readme@axio/react-scripts@blackpr/vue-workshop-app@blunck/next-md@blunck/webpack-scripts@bruitt/webpack-builder@ciro-maciel/webpack-config@1papaya/gl-pyreneesyhtml5-scriptsylf_uiycloud-uiyakuza0ys-vczeenzen-game-pluszerod-docs-confzs-cliwebpack-config-jaidwebpack-plugin-pages@dyywork/dyy-ui@fev/fev@forchange/aui@geodavey/atlas@geodavey/gl-pyrenees@giantx/cli-service@makajs/cli@mr-web/config@netwerkdigitaalerfgoed/ldwizard@next-core/webpack-config-factory@ngirl/db-models@ngirl/nom-events@ngirl/nom-search@neat-tech/bundle-web@neat-tech/starter@nlabs/storybook-react@evoxmusic/angular@enhanced-dom/webpack@fancyguy/react-scripts@mmtdigital/mmt-webpack@monsoon_inc/monsoon-components@kard/webpack-config
8.0.0

3 years ago

7.0.0

3 years ago

6.0.0

5 years ago

5.2.0

5 years ago

5.1.0

6 years ago

5.0.0

6 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.0.2

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago