0.0.6 • Published 12 years ago
metalsmith-brucedown v0.0.6
metalsmith-brucedown
A Metalsmith plugin to convert markdown files through brucedown.
Installation
$ npm install metalsmith-markdownCLI Usage
Install via npm and then add the metalsmith-brucedown key to your metalsmith.json.
{
"plugins": {
"metalsmith-brucedown": {}
}
}Javascript Usage
var brucedown = require('metalsmith-brucedown');
metalsmith.use(brucedown());License
MIT