Closed padde closed 9 years ago
Yes and no. For links with an inline URL, the syntax is
[link text](http://www.example.com)
For links with references, the syntax is
[link text][reference]
...
[reference]: http://www.example.com
http://daringfireball.net/projects/markdown/syntax#link
Try clicking on the links in the Readme on master vs. this branch and you'll see why I patched them :wink:.
You're totally right. When comparing the documents, I looked at my master branch and your master branch and didn't see any difference in the links. I switched to look at the right branch of yours plus I tried clicking on the links.
Thanks yet again for the help!
No problem. Thanks for creating the plugin :wink:
The syntax for links in markdown is
This is even shown in GitHub's Markdown documentation: https://guides.github.com/features/mastering-markdown/