This project fixes your Markdown files in order to render them nicely with GitHub and other Renderers.
Currently built in features:
- Replace all tabs with 4 spaces.
- Fixes none breaking spaces problem (github/markup issue problem description).
Add the nadar/github-markdown-fixer to your project, within the require-dev section:
composer require nadar/github-markdown-fixer --devGo into your Terminal an run the Fixer:
./vendor/bin/gmf fix /folder| argument | description |
|---|---|
| --dry | run command in dry mode, does not change file contents, but display which files would change. |
