0

Using the WMD markdown editor, how can I create a hyperlink on an image ?

I saw some people managed to do this, but how?

BradleyDotNET
  • 60,462
  • 10
  • 96
  • 117
Mask
  • 33,129
  • 48
  • 101
  • 125

1 Answers1

2

You can do it like so:

[![Alt Text Goes Here][1]][2]

  [1]: http://www.stephenwolfram.com/publications/articles/ca/86-random/figs/gif150/86random-f1.1.gif
  [2]: http://www.google.com/search?q=random+image

Turns out like this:

Alt Text Goes Here

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Jack M.
  • 30,350
  • 7
  • 55
  • 67