Skip to content
suewonjp edited this page Jul 31, 2016 · 2 revisions

βœ”οΈ Inline style:

[text](URL "optional title")  

Example:  
  Go to [Google](http://www.google.com "Google Page")

πŸ‘“ Output:

Go to Google


βœ”οΈ Reference style:

[text][label]

Then, anywhere else in the doc, define the links like so:
    [label]: URL "optional title"

Example:  
  Go to [Google][0]

  [0]: http://www.google.com

πŸ‘“ Output:

Go to Google

Clone this wiki locally