gulp-showdown

0.1.0 • Public • Published

Showdown for Gulp.js

Installation

Install package with NPM and add it to your development dependencies:

npm install --save-dev gulp-showdown

Usage

var gulpShowdown = require('gulp-showdown');
 
gulp.task('md2html', function() {
  gulp.src('src/*.md')
    .pipe(gulpShowdown())
    .pipe(gulp.dest('src/html'))
});

/gulp-showdown/

    Package Sidebar

    Install

    npm i gulp-showdown

    Weekly Downloads

    7

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • xieranmaya