1.1.2 • Published 8 years ago

gulp-html2md v1.1.2

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
8 years ago

gulp-html2md NPM version Build status

Cleans your HTML using html-md

Usage

First, install gulp-html2md as a development dependency:

npm install --save-dev gulp-html2md

Then, add it to your gulpfile.js:

var html2md = require('gulp-html2md');

gulp.task('default', function(){
  gulp.src('index.html')
    .pipe(html2md())
    .pipe(gulp.dest('build'));
});

The above will convert index.html to index.md!

1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

10 years ago

0.0.1

10 years ago