0.1.0 • Published 10 years ago

metalsmith-htmlescape v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

metalsmith-htmlescape

Converts files to have HTML escaped UTF-8 characters. This is useful when your markdown files are being converted to html.

Install

npm install metalsmith-htmlescape

Usage

var htmlescape = require('metalsmith-htmlescape');

.use(htmlescape())

CLI Usage

Install via npm and add it to your metalsmith.json:

{
  "plugins": {
      "metalsmith-htmlescape": true
    }
}

License

MIT