# Markdown lint tool Tool to check markdown files and flag style issues. ## Table of contents 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) ## TL;DR ```sh # Install. gem install mdl # Check files. mdl README.md mdl path/to/dir/ # Ignore a specific rule. mdl -r "~MD013" README.md ``` ## Further readings - [GitHub] [github]: https://github.com/markdownlint/markdownlint