A library for compiling and rendering via Consolidate.js
gulp.src("src/*.md")
...
.pipe(consolidate({
engine: "handlebars"
}))
...Type: Object
Options passed to gulp-consolidate-render
Type: String
Engine name. Engine must be installed via npm.
Type: Object
Global variables to feed to template.
Type: Function
Function to merge globals, file data, etc.
Type: String
Template directory to prepend to template name