Remove EOL whitespace in .md files
Some $EDITORs tidy up whitespace on save, which can lead to unrelated tidy-up appearing in commits.
To avoid this "noise", submitting an MR that does this for all current md files.
Done with:
perl -pi -e 's#(^.*)[ \t]+$#$1#g' *md */*md */*/*md