metalsmith-htmlescape

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i metalsmith-htmlescape

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • damnit