Created by: ghost
Changes:
- Fix broken links (
[test test](https://github.com/test test)
totest test
) - Fix even more hyperlinks
- Remove trailing spaces
- Removed unneeded spaces
- Removed most crap from links (
https://github.com/man/foo.git
->https://github.com/man
) - Remove empty links (
[muzz]()
->muzz
) - If the user had some markdown characters, I would code block them (
_cheese_
->_cheese_
) - Fix links (
[e][example.com]
->[e](example.com)
) - Fix link format (
{beryl}(ham)
->[beryl](ham)
) - Lint Markdown
- Added myself because why not ;]
Linked Issues:
- Resolves #37368