@jschauma just think links are functions
[functionname](parameter)
2 comments
@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. |
@rochacbruno @jschauma
Scrolled down for this.
Needs boosting