Suppress MD013. Fix #989
This commit is contained in:
parent
744782cf9f
commit
3b67aef37b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: sudo gem install mdl
|
||||
- name: Lint markdown files
|
||||
run: mdl . -r ~MD036,~MD024,~MD004,~MD029
|
||||
run: mdl . -r ~MD036,~MD024,~MD004,~MD029,~MD013
|
||||
- run: pip install -r requirements.txt
|
||||
- run: mkdocs build --strict
|
||||
- run: npm install
|
||||
|
|
Loading…
Reference in New Issue
Block a user