mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added mdl notes to the knowledge base
This commit is contained in:
3
knowledge base/lint markdown files.md
Normal file
3
knowledge base/lint markdown files.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Hot to lint markdown files
|
||||
|
||||
See [[mdl]].
|
||||
20
knowledge base/mdl.md
Normal file
20
knowledge base/mdl.md
Normal 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]:
|
||||
Reference in New Issue
Block a user