OpenStickCommunity / GP2040-CE

Multi-Platform Gamepad Firmware for Raspberry Pi Pico and other RP2040 boards
https://gp2040-ce.info
MIT License
1.52k stars 335 forks source link

Fix bare URLs in Markdown files to ensure they are displayed properly #1191

Closed tylervz closed 1 month ago

tylervz commented 1 month ago

Wrap bare URLs with angle brackets in Markdown files.

Rationale: Without angle brackets, a bare URL or email isn't converted into a link by some Markdown parsers.

https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md034---bare-url-used