https://github.com/nadar/github-markdown-fixer
Fixing Github Markdown Files
https://github.com/nadar/github-markdown-fixer
fixer gfm github hacktoberfest markdown standards
Last synced: 6 months ago
JSON representation
Fixing Github Markdown Files
- Host: GitHub
- URL: https://github.com/nadar/github-markdown-fixer
- Owner: nadar
- Created: 2017-05-09T07:21:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T12:08:16.000Z (about 8 years ago)
- Last Synced: 2025-03-27T10:06:48.679Z (10 months ago)
- Topics: fixer, gfm, github, hacktoberfest, markdown, standards
- Language: PHP
- Homepage: https://github.com/nadar
- Size: 365 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# GitHub Markdown Fixer
[](https://luya.io)
[](https://packagist.org/packages/nadar/github-markdown-fixer)
[](https://packagist.org/packages/nadar/github-markdown-fixer)
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](https://github.com/github/markup/issues/1054#issuecomment-300061967)).

## Usage
Add the `nadar/github-markdown-fixer` to your project, within the `require-dev` section:
```sh
composer require nadar/github-markdown-fixer --dev
```
Go into your Terminal an run the Fixer:
```sh
./vendor/bin/gmf fix /folder
```
### Options
|argument|description
|--------|----------
|--dry |run command in dry mode, does not change file contents, but display which files would change.