Extending markdown?

A. Pagaltzis pagaltzis at gmx.de
Sat Jul 23 08:11:04 EDT 2005


* MDK <michaldominik at gmail.com> [2005-07-23 13:35]:

> 1. Image linking. It often happens, that you post a thumbnail image

> being a link to the full-size image (think: photos, screenshots...). It

> would be nice to extend the ![]() to support an image being a link to

> something. Say: ![alt text](img src){link address}


Use standard Markdown syntax: an image as the text of a link tag.

[![alt text](thumbnail.jpg)](big_image.png)

That’s it.

Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>


More information about the Markdown-Discuss mailing list