Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Markdown to HTML with github style, inspired by gulp-markdown.

License

Notifications You must be signed in to change notification settings

modood/gulp-markdown-github-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

gulp-markdown-github-style

Deps npm npm GitHub license

Markdown to HTML with github style, inspired by gulp-markdown.

Install

$ npm install --save-dev gulp-markdown-github-style

Usage

var gulp = require('gulp');
var markdown = require('gulp-markdown-github-style');
gulp.task('default', function () {
 return gulp.src('README.md').pipe(markdown()).pipe(gulp.dest('dist'));
});

Options

markdown(options)

See the markdown-it options.

Issues with the output should be reported on the markdown-it issue tracker.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

this repo is released under the MIT License.

About

Markdown to HTML with github style, inspired by gulp-markdown.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /