0.0.3 • Published 11 years ago
md-publisher v0.0.3
md-publisher
Convert Markdown to a lite HTML page with Bootstrap.
npm install --save md-publisherExample
var mdPublisher = require('md-publisher');
mdPublisher({content: '# Hello', title: 'Example'}, function(content){
console.log(content);
});Options
content
Required
Type: string
title
Required
Type: string
bootstrap
Type: string
Define path of bootstrap.
CLI
$ npm install -g md-publisher-cli
$ md-publisher -f Options
-h, --help output usage information
-V, --version output the version number
-f --file [string] specified the file without extention