ci(markdown_lint): updated for mkdocs md files clarity.

added:
  two lines before headings
  one line after a heading
  max blank lines 2 (added due to heading rule)

This rules were added for clarity of markdown file editing.

MR !7
This commit is contained in:
2022-01-31 11:26:07 +09:30
parent 67b9379fe7
commit 228b57804e

View File

@ -5,5 +5,15 @@
},
"MD033": {
"allowed_elements": [ "div", "s", "span", "u" ]
},
"blanks-around-headings":{
"lines_above": 2,
"lines_below": 1
},
"MD012": {
"maximum": 2
},
"comment": {
"MD012": "MD012 max=2 added so that headings can have two lines above for clarity."
}
}