mirror of
https://github.com/tildeclub/tilde.club.git
synced 2026-03-22 19:00:19 +00:00
Remove extra spaces from links
The GitHub markdown parser works with a space between the [] and the () for links but most other Markdown parsers don't
This commit is contained in:
10
faq.md
10
faq.md
@@ -14,12 +14,12 @@
|
|||||||
|
|
||||||
## How did this get started?
|
## How did this get started?
|
||||||
|
|
||||||
[The origin story is here] (http://tilde.club/~ford/) along with a bunch of other stuff.
|
[The origin story is here](http://tilde.club/~ford/) along with a bunch of other stuff.
|
||||||
|
|
||||||
## What else? Not much for now.
|
## What else? Not much for now.
|
||||||
- [Waitlist is here] (http://goo.gl/forms/gRMRT1YBU4)
|
- [Waitlist is here](http://goo.gl/forms/gRMRT1YBU4)
|
||||||
- [Skillswap is here] ( http://goo.gl/forms/LT2bDgtmwH)
|
- [Skillswap is here](http://goo.gl/forms/LT2bDgtmwH)
|
||||||
- [Github is here] (https://github.com/ftrain/tilde.club)
|
- [Github is here](https://github.com/ftrain/tilde.club)
|
||||||
- [Webring is here] (http://tilde.club/~harper/link.html?action=join)
|
- [Webring is here](http://tilde.club/~harper/link.html?action=join)
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user