Expand markdown lint rules in runner
What does this MR do?
Adds many rules to the markdown lint, to maintain consistency among docs.
Note: I could not add MD046 and MD007, due to possible false positives here:
content/runner/executors/docker_machine.md:62: MD046 Code block style
content/runner/executors/docker_machine.md:72: MD046 Code block style
content/runner/faq/README.md:199: MD007 Unordered list indentation
Related to #4523 (closed)
Why was this MR needed?
Are there points in the code the reviewer needs to double check?
Does this MR meet the acceptance criteria?
-
Documentation created/updated -
Added tests for this feature/bug -
In case of conflicts with master
- branch was rebased
What are the relevant issue numbers?
Edited by Marcel Amirault