{"id":13671371,"url":"https://github.com/peerigon/markdown-loader","last_synced_at":"2025-05-11T20:47:19.809Z","repository":{"id":18660504,"uuid":"21868140","full_name":"peerigon/markdown-loader","owner":"peerigon","description":"markdown loader for webpack","archived":false,"fork":false,"pushed_at":"2024-07-27T10:59:57.000Z","size":1972,"stargazers_count":377,"open_issues_count":14,"forks_count":70,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-05-11T20:46:52.259Z","etag":null,"topics":["html","javascript","loader","markdown","marked","webpack","webpack-loader"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peerigon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-15T17:00:05.000Z","updated_at":"2025-03-13T22:18:14.000Z","dependencies_parsed_at":"2024-06-09T20:34:26.666Z","dependency_job_id":"48395fc2-e86c-4a8b-8a15-db3f06fe0460","html_url":"https://github.com/peerigon/markdown-loader","commit_stats":{"total_commits":80,"total_committers":18,"mean_commits":4.444444444444445,"dds":0.5875,"last_synced_commit":"e18a7060df89a94980dff6080ff607082e4d8792"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerigon%2Fmarkdown-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerigon%2Fmarkdown-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerigon%2Fmarkdown-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerigon%2Fmarkdown-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peerigon","download_url":"https://codeload.github.com/peerigon/markdown-loader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253632912,"owners_count":21939383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html","javascript","loader","markdown","marked","webpack","webpack-loader"],"created_at":"2024-08-02T09:01:07.836Z","updated_at":"2025-05-11T20:47:19.756Z","avatar_url":"https://github.com/peerigon.png","language":"JavaScript","readme":"# markdown-loader\n\n**markdown-loader for webpack using [marked](https://github.com/markedjs/marked).**\n\n[![Version on NPM](https://img.shields.io/npm/v/markdown-loader?style=for-the-badge)](https://www.npmjs.com/package/markdown-loader)\n[![Semantically released](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge)](https://github.com/semantic-release/semantic-release)\n[![Monthly downloads on NPM](https://img.shields.io/npm/dm/markdown-loader?style=for-the-badge)](https://www.npmjs.com/package/markdown-loader)\u003cbr\u003e\n[![License](https://img.shields.io/npm/l/markdown-loader?style=for-the-badge)](./LICENSE)\n\n## Installation\n\n`npm install markdown-loader`\n\nMinimal requirements:\n\n- Node \u003e=12.22.9\n- webpack \u003e=5.0.0\n\n## Usage\n\nSince marked's output is HTML, it's best served in conjunction with the [html-loader](https://github.com/webpack/html-loader).\n\n```javascript\n// webpack.config.js\nexport default {\n  module: {\n    rules: [\n      {\n        test: /\\.md$/,\n        use: [\n          {\n            loader: \"html-loader\",\n          },\n          {\n            loader: \"markdown-loader\",\n            options: {\n              // Pass options to marked\n              // See https://marked.js.org/using_advanced#options\n            },\n          },\n        ],\n      },\n    ],\n  },\n};\n```\n\n## License\n\nMIT (http://www.opensource.org/licenses/mit-license.php)\n\n## Sponsors\n\n[\u003cimg src=\"https://assets.peerigon.com/peerigon/logo/peerigon-logo-flat-spinat.png\" width=\"150\" /\u003e](https://peerigon.com)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerigon%2Fmarkdown-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeerigon%2Fmarkdown-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerigon%2Fmarkdown-loader/lists"}