Skip to content
Snippets Groups Projects
Commit fdde284c authored by Robert Speicher's avatar Robert Speicher
Browse files

Document expanded autolinking in doc/markdown/markdown.md

parent 2651c8a9
No related branches found
No related tags found
No related merge requests found
Loading
@@ -66,16 +66,26 @@ It is not reasonable to italicize just _part_ of a word, especially when you're
Loading
@@ -66,16 +66,26 @@ It is not reasonable to italicize just _part_ of a word, especially when you're
perform_complicated_task perform_complicated_task
do_this_and_do_that_and_another_thing do_this_and_do_that_and_another_thing
   
perform_complicated_task perform_complicated_task
do_this_and_do_that_and_another_thing do_this_and_do_that_and_another_thing
   
## URL auto-linking ## URL auto-linking
   
GFM will autolink standard URLs you copy and paste into your text. So if you want to link to a URL (instead of a textural link), you can simply put the URL in verbatim and it will be turned into a link to that URL. GFM will autolink almost any URL you copy and paste into your text.
http://www.google.com * http://www.google.com
* https://google.com/
http://www.google.com * ftp://ftp.us.debian.org/debian/
* smb://foo/bar/baz
* irc://irc.freenode.net/gitlab
* http://localhost:3000
* http://www.google.com
* https://google.com/
* ftp://ftp.us.debian.org/debian/
* smb://foo/bar/baz
* irc://irc.freenode.net/gitlab
* http://localhost:3000
   
## Code and Syntax Highlighting ## Code and Syntax Highlighting
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment