0.0.4 • Published 6 years ago

@philippevay/gulp-styledown v0.0.4

Weekly downloads
3
License
WTFPL
Repository
github
Last release
6 years ago

gulp-styledown

A gulp plugin for Styledown (its fork found at @philippevay/styledown).

Quick Start

var styledown = require('@philippevay/gulp-styledown');

gulp.src('/path/to/styledown/*.md')
.pipe(styledown({
  config: '/path/to/config.md'
  filename: 'output.html'
}))
.pipe(gulp.dest('/path/to/'));

Options

  • config : Path to config.md
  • filename : Path to output html

Other options are pass to styledown.