0.0.6 • Published 12 years ago

metalsmith-brucedown v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
12 years ago

metalsmith-brucedown

A Metalsmith plugin to convert markdown files through brucedown.

Installation

$ npm install metalsmith-markdown

CLI 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

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago