Added mdl notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-05-02 14:01:09 +02:00
parent bf27d396a6
commit c2a9a27718
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Hot to lint markdown files
See [[mdl]].

20
knowledge base/mdl.md Normal file
View File

@@ -0,0 +1,20 @@
# Markdown lint tool
Tool to check markdown files and flag style issues.
## TL;DR
```shell
# Install.
gem install mdl
# Check files.
mdl README.md
mdl path/to/dir/
```
## Further readings
- [GitHub]
[github]: