microbit-foundation / dev-docs

The content of the tech.microbit.org site
https://tech.microbit.org
Other
56 stars 70 forks source link

Remove hard linebreaks and trailing whitespace #174

Closed Gadgetoid closed 4 years ago

Gadgetoid commented 4 years ago

Spurred by discussion in #170, this changeset removes - hopefully all - hard linebreaks in a single pass to make future corrections clearer and concise.

There is one notable exception in bluetooth/index.md where a linebreak was missing- I used one of the many saved to correct this.

Note: I've also removed many trailing spaces, since these were showing up in some of the regex searches I used to identify linebreaks I couldn't catch with my eyeballs alone.

microbit-mark commented 4 years ago

LGTM Thanks @Gadgetoid