![Gitter](https://badges.gitter.im/Join Chat.svg)
A gulp plugin for Styledown.
var styledown = require('gulp-styledown');
gulp.src('/path/to/styledown/*.md')
.pipe(styledown({
config: '/path/to/config.md'
filename: 'output.html'
}))
.pipe(gulp.dest('/path/to/'));
- config : Path to config.md
- filename : Path to output html
Other options are pass to styledown.