gulp-trans
v1.0.3
Published
trans Markdown to HTML
Downloads
10
Readme
gulp-trans v1.0.1
Trans Description
- Compile Markdown to HTML with Table of Content
- With state : chinese , english && all, convenient for translate review work
Install
$ npm install --save-dev gulp-trans
Usage
var gulp = require('gulp');
var trans = require('gulp-trans');
gulp.task('default', function() {
gulp.src('data/src/*.md')
.pipe(trans())
.pipe(gulp.dest('data/dist'));
var open = require("open");
open("./data/dist/sample.html");
});
resource
http://www.infoq.com/cn/articles/nodejs-about-buffer
API
todo
trans(options)
See the marked options.
License
MIT © Alfred Sang