{"id":15042846,"url":"https://github.com/sindresorhus/gulp-markdown","last_synced_at":"2025-04-05T04:14:38.438Z","repository":{"id":12863968,"uuid":"15540190","full_name":"sindresorhus/gulp-markdown","owner":"sindresorhus","description":"Markdown to HTML","archived":false,"fork":false,"pushed_at":"2023-11-03T12:57:46.000Z","size":28,"stargazers_count":182,"open_issues_count":0,"forks_count":22,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-28T22:22:13.720Z","etag":null,"topics":["gulp-plugin","html","javascript","markdown","nodejs"],"latest_commit_sha":null,"homepage":null,"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/sindresorhus.png","metadata":{"funding":{"github":"sindresorhus","open_collective":"sindresorhus","custom":"https://sindresorhus.com/donate"},"files":{"readme":"readme.md","changelog":null,"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}},"created_at":"2013-12-31T01:12:56.000Z","updated_at":"2025-02-28T19:57:45.000Z","dependencies_parsed_at":"2023-12-10T18:46:47.575Z","dependency_job_id":null,"html_url":"https://github.com/sindresorhus/gulp-markdown","commit_stats":{"total_commits":45,"total_committers":6,"mean_commits":7.5,"dds":"0.11111111111111116","last_synced_commit":"cf5f07c8f79f319fcc2d8bd747b343cc5eec672b"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/gulp-markdown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284953,"owners_count":20913704,"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":["gulp-plugin","html","javascript","markdown","nodejs"],"created_at":"2024-09-24T20:48:07.423Z","updated_at":"2025-04-05T04:14:38.410Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","readme":"# gulp-markdown\n\n\u003e Markdown to HTML with [`marked`](https://github.com/markedjs/marked)\n\n*Issues with the output should be reported on the `marked` [issue tracker](https://github.com/markedjs/marked/issues).*\n\n## Install\n\n```sh\nnpm install --save-dev gulp-markdown\n```\n\n## Usage\n\n```js\nimport gulp from 'gulp';\nimport markdown from 'gulp-markdown';\n\nexport default () =\u003e (\n\tgulp.src('intro.md')\n\t\t.pipe(markdown())\n\t\t.pipe(gulp.dest('dist'))\n);\n```\n\n## API\n\n### markdown(options?) \u003csup\u003e(default export)\u003c/sup\u003e\n\nSee the `marked` [options](https://marked.js.org/using_advanced#options).\n\n### marked \u003csup\u003e(named export)\u003c/sup\u003e\n\nAccess the `marked` object to customize the [lexer](https://marked.js.org/using_pro#lexer), [parser](https://marked.js.org/using_pro#parser) or [renderer](https://marked.js.org/using_pro#renderer).\n","funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://sindresorhus.com/donate"],"categories":["Plugins","插件"],"sub_categories":["Templating","模板"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fgulp-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-markdown/lists"}