{"library":"markdown-loader","type":"library","category":null,"description":"webpack loader that converts Markdown files into HTML using the marked library. v8.0.0 (Jan 2022) requires Node >=12.22.9 and webpack ^5.0.0. Released under semantic-release with monthly downloads ~1M. Typically used together with html-loader to handle the HTML output. Alternatives include markdown-to-html-loader or custom markdown handling, but this is a simple, focused loader that directly wraps marked.","language":"javascript","status":"active","version":"8.0.0","tags":["javascript","webpack","plugin","markdown","html"],"install":[{"cmd":"npm install markdown-loader","imports":["use: [{ loader: 'html-loader' }, { loader: 'markdown-loader', options: {} }]","module.exports = { module: { rules: [ { test: /\\.md$/, use: [ ... ] } ] } }","{ loader: 'markdown-loader', options: { headerIds: false } }"]},{"cmd":"yarn add markdown-loader","imports":[]},{"cmd":"pnpm add markdown-loader","imports":[]}],"homepage":null,"github":"https://github.com/peerigon/markdown-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/markdown-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/markdown-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Thu Jun 18","next_check":"Sun Jul 26","install_tag":null}}