metalsmith / markdown

A metalsmith plugin to render markdown files to HTML.
MIT License
63 stars 65 forks source link

Use `Buffer.from` instead of `new Buffer` #29

Closed Zearin closed 6 years ago

Zearin commented 6 years ago

Node.js docs indicate that using new Buffer has been deprecated since version 6.

The recommendation is to use Buffer.from instead.