Commit Graph
9 Commits
Author SHA1 Message Date
Bobby Rong 3a47ae8c8a lint: skip MD029 and MD036
Skipping:

* MD029 Ordered list item prefix
* MD036 Emphasis used instead of a header

These rules are not fully applied to this repository yet and
further discussion is probably needed on how to deal with them.

Example markdownlint run:

* https://github.com/Anduin2017/HowToCook/runs/5226805159
2022-02-17 12:09:19 +08:00
Bobby Rong d57038870b lint: fix MD024
Multiple headers with the same content
2022-02-17 12:08:51 +08:00
Bobby Rong 055576ac59 lint: fix MD004
Unordered list style
2022-02-17 12:05:20 +08:00
Bobby Rong c0c5c79ba2 lint: fix MD032
Lists should be surrounded by blank lines
2022-02-17 12:04:48 +08:00
Bobby Rong 56b9ff254e lint: fix MD001
Header levels should only increment by one level at a time
2022-02-17 12:03:11 +08:00
Bobby Rong 9998a009a6 lint: fix MD025
Multiple top level headers in the same document
2022-02-17 12:02:33 +08:00
Bobby Rong dfc7001dc5 lint: fix MD012
Multiple consecutive blank lines
2022-02-17 12:01:40 +08:00
Bobby Rong b25822c492 lint: fix MD030
Spaces after list markers
2022-02-17 12:00:40 +08:00
Bobby Rong c057df9dea lint: fix MD009
Trailing spaces
2022-02-17 11:59:53 +08:00