6

I can insert an image like so:

![Desc Text][1]

   [1]: http://www.funnycatpix.com/_pics/What_Are_You_Doing522.jpg

I can also link to said image:

[![Desc Text][1]][1]

   [1]: http://www.funnycatpix.com/_pics/What_Are_You_Doing522.jpg

And you can click the image to open in a new tab (useful for big images).

Can some markdown be added to do this? I'm thinking of this sort of syntax:

!![Desc Text][1]

   [1]: http://www.funnycatpix.com/_pics/What_Are_You_Doing522.jpg

Double ! or maybe some other symbol combo.

9

0

You must log in to answer this question.