Added my site, even though it's in an early state
[ikiwiki.git] / doc / bugs / images_in_inlined_pages_have_wrong_relative_URL.mdwn
blob8cda7a70fc89f65f0985c280153ce2bac05801f8
1 I can make an image link, such as:
3     ![image](image.jpg)
5 That will render as ![image](image.jpg).
7 If I then inline that page, the (relative) URL no longer points to the right place.  The fix for this promises to be hairy.
9 > Similarly, if you insert a relative link using the markdown link syntax,
10 > it will tend to break when the page is inlined.
11
12 > However, there is a simple way to avoid both problems: Use WikiLinks
13 > and/or the [[img_directive|ikiwiki/directive/img]]. --[[Joey]]
15 [[!tag done]]