0.0.6 • Published 10 years ago

metalsmith-brucedown v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago