Skip to content

Fix markdownlint issues

This MR will fix several markdownlint issues. For future we should review .markdownlint.json and review the rules https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md that we want to enforce. For instance rule MD045 is reported in our check. This rule is not merged yet see https://github.com/markdownlint/markdownlint/issues/187.

Merge request reports