metalsmith-brucedown

0.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i metalsmith-brucedown

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • kesla