gulp-styledown

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i gulp-styledown

Weekly Downloads

56

Version

0.0.2

License

WTFPL

Last publish

Collaborators

  • st44100