majodev / metalsmith-data-markdown

A Metalsmith plugin to use markdown content within html tags via data-markdown attribute
http://ranf.tl/2014/10/01/extracting-libs-from-a-node-js-project/
14 stars 4 forks source link

Fix issue #4 : Buffer instead of String in contents #5

Open marvlabs opened 9 years ago

marvlabs commented 9 years ago

Fix issue #4 https://github.com/majodev/metalsmith-data-markdown/issu

Save contents as buffer instead of string after transform.

Jinksi commented 8 years ago

Almost a year later, I'm guessing this isn't going to be merged 🙁

bhardy commented 7 years ago

Yea, I forked this repo and actually made that exact same change and then came here to create a PR only to see this. If you're using gulp-metalsmith you may need to do the same (or just checkout that @marvlabs branch).

Andersos commented 7 years ago

Any thoughts on this pull request @majodev ?