* Improve markdown-link-check output
* Introduce errors to check if the build works
* Revert "Introduce errors to check if the build works"
This reverts commit b31f46f8f8ea22f0fdddfabf5233b32d34114520.
* Merge markdown-link-check and enforce-markdown-link-check
* Make Makefile more readable
* Add markdownlint to Circle CI config
* Use markdownlint instead of markdownlint-cli
* Disable line length check (MD013)
* Add .mdlrc, .mdlstyle.rb
* Disable ordered list item (MD029)
* Use .mdlrc in circle ci scripts
* Fix errors and update exclusion rules