0.0.2 • Published 10 years ago

gulp-styledown v0.0.2

Weekly downloads
84
License
WTFPL
Repository
github
Last release
10 years ago

gulp-styledown

A gulp plugin for Styledown.

Build Status

Quick Start

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

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

Options

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

Other options are pass to styledown.