{"id":15130914,"url":"https://github.com/modood/gulp-markdown-github-style","last_synced_at":"2025-10-23T07:30:48.743Z","repository":{"id":57258180,"uuid":"82285076","full_name":"modood/gulp-markdown-github-style","owner":"modood","description":"Markdown to HTML with github style, inspired by gulp-markdown.","archived":false,"fork":false,"pushed_at":"2018-01-12T09:01:51.000Z","size":25,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T05:16:48.134Z","etag":null,"topics":["github-style","gulp","gulp-plugin","markdown","markdown-to-html"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/modood.png","metadata":{"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}},"created_at":"2017-02-17T10:18:13.000Z","updated_at":"2020-08-19T09:39:29.000Z","dependencies_parsed_at":"2022-08-25T19:11:03.477Z","dependency_job_id":null,"html_url":"https://github.com/modood/gulp-markdown-github-style","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/modood%2Fgulp-markdown-github-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modood%2Fgulp-markdown-github-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modood%2Fgulp-markdown-github-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modood%2Fgulp-markdown-github-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modood","download_url":"https://codeload.github.com/modood/gulp-markdown-github-style/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237793953,"owners_count":19367422,"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":["github-style","gulp","gulp-plugin","markdown","markdown-to-html"],"created_at":"2024-09-26T03:08:26.822Z","updated_at":"2025-10-23T07:30:48.387Z","avatar_url":"https://github.com/modood.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-markdown-github-style\n\n[![Deps](https://david-dm.org/modood/gulp-markdown-github-style.svg)](https://david-dm.org/modood/gulp-markdown-github-style)\n[![npm](https://img.shields.io/npm/v/gulp-markdown-github-style.svg)](https://www.npmjs.com/package/gulp-markdown-github-style)\n[![npm](https://img.shields.io/npm/dt/gulp-markdown-github-style.svg)](https://www.npmjs.com/package/gulp-markdown-github-style)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/modood/gulp-markdown-github-style/master/LICENSE)\n\nMarkdown to HTML with github style, inspired by gulp-markdown.\n\n## Install\n\n```\n$ npm install --save-dev gulp-markdown-github-style\n```\n\n## Usage\n\n```js\nvar gulp = require('gulp');\nvar markdown = require('gulp-markdown-github-style');\n\ngulp.task('default', function () {\n    return gulp.src('README.md').pipe(markdown()).pipe(gulp.dest('dist'));\n});\n```\n\n## Options\n\n### markdown(options)\n\nSee the markdown-it [options](https://github.com/markdown-it/markdown-it#init-with-presets-and-options).\n\nIssues with the output should be reported on the markdown-it [issue tracker](https://github.com/markdown-it/markdown-it/issues).\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License\n\nthis repo is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodood%2Fgulp-markdown-github-style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodood%2Fgulp-markdown-github-style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodood%2Fgulp-markdown-github-style/lists"}