MLH-Fellowship / 0.2.1-readme-dirs

A web application that generates helpful project structures for public GitHub repositories
https://project-structure-readme.netlify.app/
MIT License
1 stars 1 forks source link

Force GitHub to respect newline chars when rendering README #24

Closed nchaloult closed 4 years ago

nchaloult commented 4 years ago

GitHub markdown doesn't respect newline escape chars when rendering READMEs (or any markdown file, for that matter). This PR proposes to join each line of the "tree printout" with two spaces and a newline instead of just a newline when the "Copy to Clipboard" button is pressed.