1.0.0 • Published 7 years ago

gulp-gfmtoconf v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gulp-gfmtoconf

Github flavoured markdown to Confluence Wiki markup.

Install

npm install --save gulp-gfmtoconf

Usage

let gulp = require("gulp");
let converter = require("gulp-gfmtoconf");

gulp.task("plugin", ()=> {
    gulp.src("./**/*.md")
        .pipe(converter())
        .pipe(gulp.dest("converted/"));
})

License

MIT @ Praveen Puglia

Thanks