JohnByrneRepo / mddir

Mddir generates a markdown file/folder structure for readme files
Other
215 stars 46 forks source link

add markdown code wrapper ``` would be better #8

Open SuperAL opened 7 years ago

SuperAL commented 7 years ago

Since it's meant to be in markdown format, adding markdown code wrapper ``` in the output file structure would be better.

directoryList.md Before: |-- someProject |-- .babelrc |-- .editorconfig |-- .eslintignore |-- .eslintrc.js |-- .gitignore |-- .postcssrc.js |-- a_snippets.vue

After:

|-- someProject
    |-- .babelrc
    |-- .editorconfig
    |-- .eslintignore
    |-- .eslintrc.js
    |-- .gitignore
    |-- .postcssrc.js
    |-- a_snippets.vue
JohnByrneRepo commented 7 years ago

Hi, I like your idea, I will add this sometime soon.