Image paths

A. Pagaltzis pagaltzis at gmx.de
Mon Nov 7 20:25:29 EST 2005


* robert mcgonegal <robert37 at gmail.com> [2005-11-08 01:35]:

> Often all of my images on a page have the same long, convoluted

> path. Has a separate "reference style" path ever been

> considered? eg.

>

> ![alt text](pic1.jpg)

>

> ![alt text](pic2.jpg)

>

> ![alt text](pic3.jpg)

>

> And somewhere in the file, a path to apply to all of them:

>

> !path(http://www.domain.com/folder1/folder2/folder3/)


I’d simply use:

![alt text][pic1]

![alt text][pic2]

![alt text][pic3]

[pic1]: http://www.domain.com/folder1/folder2/folder3/pic1.jpg
[pic2]: http://www.domain.com/folder1/folder2/folder3/pic2.jpg
[pic3]: http://www.domain.com/folder1/folder2/folder3/pic3.jpg

It’s very easy to edit the shared portion of these links all at
once with a good editor; eg. with Vim’s visual block mode.

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


More information about the Markdown-Discuss mailing list