{"id":15042931,"url":"https://github.com/sindresorhus/gulp-markdown-pdf","last_synced_at":"2025-10-19T20:31:12.849Z","repository":{"id":12880341,"uuid":"15556842","full_name":"sindresorhus/gulp-markdown-pdf","owner":"sindresorhus","description":"Markdown to PDF","archived":false,"fork":false,"pushed_at":"2023-11-01T18:46:50.000Z","size":26,"stargazers_count":63,"open_issues_count":0,"forks_count":9,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-28T20:22:43.300Z","etag":null,"topics":["converter","gulp-plugin","javascript","markdown","markdown-pdf","nodejs","pdf"],"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-31T21:10:02.000Z","updated_at":"2025-01-07T20:10:50.000Z","dependencies_parsed_at":"2023-11-19T19:47:06.228Z","dependency_job_id":null,"html_url":"https://github.com/sindresorhus/gulp-markdown-pdf","commit_stats":{"total_commits":52,"total_committers":6,"mean_commits":8.666666666666666,"dds":"0.11538461538461542","last_synced_commit":"9857c991c1447d52a140b0931bb3e934d1b36ab4"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-markdown-pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-markdown-pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-markdown-pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-markdown-pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/gulp-markdown-pdf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237209743,"owners_count":19272496,"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":["converter","gulp-plugin","javascript","markdown","markdown-pdf","nodejs","pdf"],"created_at":"2024-09-24T20:48:20.280Z","updated_at":"2025-10-19T20:31:07.551Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://sindresorhus.com/donate"],"categories":[],"sub_categories":[],"readme":"# gulp-markdown-pdf\n\n\u003e Markdown to PDF with [`markdown-pdf`](https://github.com/alanshaw/markdown-pdf)\n\n*Issues with the output should be reported on the `markdown-pdf` [issue tracker](https://github.com/alanshaw/markdown-pdf/issues).*\n\n## Install\n\n```sh\nnpm install --save-dev gulp-markdown-pdf\n```\n\n## Usage\n\n```js\nimport gulp from 'gulp';\nimport markdownPdf from 'gulp-markdown-pdf';\n\nexport default () =\u003e (\n\tgulp.src('intro.md')\n\t\t.pipe(markdownPdf())\n\t\t.pipe(gulp.dest('dist'))\n);\n```\n\n## API\n\n### markdownPdf(options?)\n\nSee the `markdown-pdf` [options](https://github.com/alanshaw/markdown-pdf#options).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-markdown-pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fgulp-markdown-pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-markdown-pdf/lists"}