gulp-styledown
v0.0.2
Published
A gulp.js plugin for styledown.
Downloads
294
Maintainers
Readme
gulp-styledown
A gulp plugin for Styledown.
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.