-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#23 GFM auto-link recreated an existing link
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<p><a href="https://help.github.com/articles/github-flavored-markdown">GFM</a> will <a href="https://help.github.com/articles/github-flavored-markdown#url-autolinking">autolink</a> standard URLs, so if you want to link to a URL (instead of setting link text),<br> | ||
you can simply enter the URL like <a href="http://example.com/">http://example.com/</a> and it will be turned into a link to that URL.</p> | ||
you can simply enter the URL like <a href="http://example.com/">http://example.com/</a> and it will be turned into a link to that URL. <a href="http://www.example.com">http://www.example.com</a></p> | ||
|
||
<p>Internally, the URL will be turned into <a href="http://example.com/">http://example.com/</a>.</p> |