Skip to content

nadar/github-markdown-fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Markdown Fixer

LUYA Total Downloads Latest Stable Version

This project fixes your Markdown files in order to render them nicely with GitHub and other Renderers.

Currently built in features:

GitHub Markdown Fixer in Action

Usage

Add the nadar/github-markdown-fixer to your project, within the require-dev section:

composer require nadar/github-markdown-fixer --dev

Go into your Terminal an run the Fixer:

./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.