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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    84
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    84
  • 0.0.0
    0

Package Sidebar

Install

npm i gulp-styledown

Weekly Downloads

84

Version

0.0.2

License

WTFPL

Last publish

Collaborators

  • st44100