{"id":13774624,"url":"https://github.com/xiaofuzi/rollup-plugin-md","last_synced_at":"2025-04-13T04:51:17.587Z","repository":{"id":44980769,"uuid":"65442609","full_name":"xiaofuzi/rollup-plugin-md","owner":"xiaofuzi","description":"a markdown rollup plugin.","archived":false,"fork":false,"pushed_at":"2022-12-05T12:37:53.000Z","size":61,"stargazers_count":23,"open_issues_count":7,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-02-15T10:35:56.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiaofuzi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-11T05:57:35.000Z","updated_at":"2024-02-01T10:57:23.000Z","dependencies_parsed_at":"2023-01-23T02:00:25.209Z","dependency_job_id":null,"html_url":"https://github.com/xiaofuzi/rollup-plugin-md","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaofuzi%2Frollup-plugin-md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaofuzi%2Frollup-plugin-md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaofuzi%2Frollup-plugin-md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaofuzi%2Frollup-plugin-md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaofuzi","download_url":"https://codeload.github.com/xiaofuzi/rollup-plugin-md/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665755,"owners_count":21142123,"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":[],"created_at":"2024-08-03T17:01:28.764Z","updated_at":"2025-04-13T04:51:17.571Z","avatar_url":"https://github.com/xiaofuzi.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Other File Imports"],"readme":"# rollup-plugin-md\n## Install\n\n```node\nnpm install rollup-plugin-md --save\n```\n\n## usage\n\n```js\nimport md from './test.md';\nconsole.log( `Template for render: ${md}` );\n```\n\n```js\nimport { rollup } from 'rollup';\nimport md from 'rollup-plugin-md';\n\nrollup({\n    entry: 'main.js',\n    plugins: [\n        md({\n            // to disable marked set to false\n            marked: {\n                //marked options\n            }\n        })\n    ]\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaofuzi%2Frollup-plugin-md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaofuzi%2Frollup-plugin-md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaofuzi%2Frollup-plugin-md/lists"}