markerikson / react-redux-links

Curated tutorial and resource links I've collected on React, Redux, ES6, and more
22.56k stars 2.51k forks source link

Added workflow to check links #143

Closed keithort closed 2 years ago

keithort commented 2 years ago

Formatting

Please follow the existing formatting for each entry. In order to get newlines without paragraph breaks, each entry should have two spaces at the end of the line after both the URL and the title. Also, two-space indents before the URL and the description. Example:

- **Link Title**<space><space>  
<space><space>http://example.com<space><space>  
<space><space>Link description here

Result:

Please do not strip whitespace for existing entries!

markerikson commented 2 years ago

Oh hey, that looks potentially handy.

keithort commented 2 years ago

I'm running it on a fork first. I mean to make the PR on that to test it first.