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 for code wrapping #10

Closed tscanlin closed 8 years ago

tscanlin commented 8 years ago

Since this was joining on a space rather than a new line, going down this code path makes text inside of a code / pre tag not wrap properly, changing to a new line fixes this.