sparkartgroup / gulp-markdown-to-json

Parse Markdown and YAML → compile Markdown to HTML → wrap it all up in JSON
MIT License
75 stars 14 forks source link

fix path splitting on windows #5

Closed danrouse closed 8 years ago

danrouse commented 10 years ago

Quick change to the regex so paths with backslashes split properly. Could also use require('path').sep in place of regex?

primalivet commented 8 years ago

+1 for merge, this fixes my issue #12

pushred commented 8 years ago

Thanks for the PR! And thank you for confirming it works @primalivet!

Sorry this took 661 days to merge. I am terrible.