Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 443 Bytes

.verb.md

File metadata and controls

17 lines (12 loc) · 443 Bytes

Heads up!

Please report all bugs related to HTML-to-markdown conversion on the breakdance issue tracker.

Usage

Visit breakdance.io for all available features and options.

var breakdance = require('{%= name %}');

gulp.task('breakdance', function() {
  return gulp.src('foo/*.html')
    .pipe(breakdance([options]))
    .pipe(gulp.dest('bar'));
});