Email or username:

Password:

Forgot your password?
Top-level
Bruno Rocha

@jschauma just think links are functions

[functionname](parameter)

2 comments
mamg22

@rochacbruno @jschauma This is quite similar to how I remember it. The way I do it is associating it with C++11's lambda syntax, which is `[capture](parameters){fn-body}`, so for markdown my mind kinda goes:

`[capture this text and](pass this link)`

I don't write a lot of C++, but sure that did stick in my mind.

Go Up