dtjm / node-multimarkdown

Native MultiMarkdown extension for Node.js
Other
35 stars 9 forks source link

Use Double Quotes #15

Closed okonomiyaki3000 closed 8 years ago

okonomiyaki3000 commented 8 years ago

I know it's ugly to use double quotes because they need to be escaped but single quotes fail on Winblows.

okonomiyaki3000 commented 8 years ago

Thanks. I guess npm won't pull this without a version bump.

dtjm commented 8 years ago

I just bumped to v0.0.16 and published it so you should be able to pull that down @okonomiyaki3000

dtjm commented 8 years ago

It doesn't seem to work with current versions of Node though, due to changes in the Native v8 APIs.

okonomiyaki3000 commented 8 years ago

Yeah, it got a little further but still didn't finish. Any plan to update for the new version?

dtjm commented 8 years ago

I looked at the https://github.com/nodejs/nan to make it work but it's over my head right now. No immediate plans to work on it but if you're so inclined I'd be happy to merge.