So the FAQ shows "three ways to write links." All involve a [name] part and a (link) part (or a [link] part).
I just noticed it's also possible to omit the link part in case the name part matches the URL identifier:
So the [FAQ] shows...
[faq]: http://stackoverflow.com/editing-help
, which produces the link you can see in the beginning of this question.
Is that a pleasant bug in Markdown?
Or is that a nice feature not listed in the editing FAQ for some reason?