/metalsmith-clean-utf8

metalsmith plugin to clean utf8 string

Primary LanguageJavaScript

metalsmith-clean-utf8

A Metalsmith plugin to clean utf8 string

Installation

$ npm install metalsmith-clean-utf8

Javascript Usage

var cleanUtf8 = require('metalsmith-clean-utf8');

metalsmith.use(cleanUtf8());

License

MIT