修正更多lint问题。

This commit is contained in:
Anduin Xue
2022-03-04 00:53:24 +08:00
parent 8a2191b049
commit 4310ef4a99
11 changed files with 85 additions and 78 deletions

View File

@@ -14,6 +14,6 @@ jobs:
- name: Install packages
run: sudo gem install mdl
- name: Lint markdown files
run: mdl . -r ~MD036,~MD024
run: mdl . -r ~MD036,~MD024,~MD004,~MD029
# Suppress 036 Emphasis used instead of a header
# Suppress 024 Multiple headers with the same content