Suppress MD013. Fix #989

This commit is contained in:
Anduin Xue 2022-05-11 12:33:20 +08:00
parent 744782cf9f
commit 3b67aef37b

View File

@ -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