mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
216 B
216 B
Markdown lint tool
Tool to check markdown files and flag style issues.
TL;DR
# Install.
gem install mdl
# Check files.
mdl README.md
mdl path/to/dir/
Further readings
- [GitHub]
[github]: