diff options
author | neale <neale@web> | 2008-10-15 22:28:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-10-15 22:28:42 -0400 |
commit | 9cd1ddce7983960382d809adb8339effff58b3a6 (patch) | |
tree | 662ce125e2e8eb50882845bec56b89d022a53845 /doc/bugs | |
parent | 20e691fe20ead76d826ab77501c6e9cbc7b487e8 (diff) | |
download | ikiwiki-9cd1ddce7983960382d809adb8339effff58b3a6.tar ikiwiki-9cd1ddce7983960382d809adb8339effff58b3a6.tar.gz |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/images_in_inlined_pages_have_wrong_relative_URL.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/images_in_inlined_pages_have_wrong_relative_URL.mdwn b/doc/bugs/images_in_inlined_pages_have_wrong_relative_URL.mdwn index 8cfd42e78..eb5fe5ce9 100644 --- a/doc/bugs/images_in_inlined_pages_have_wrong_relative_URL.mdwn +++ b/doc/bugs/images_in_inlined_pages_have_wrong_relative_URL.mdwn @@ -11,3 +11,7 @@ If I then inline that page, the (relative) URL no longer points to the right pla > > However, there is a simple way to avoid both problems: Use WikiLinks > and/or the [[img_directive|ikiwiki/directive/img]]. --[[Joey]] + +>> It would be nice if inlining a page just gave a tiny version of that page, though. +>> An iframe would be one way to do it, maybe not optimal. The presence of WikiLinks +>> and the img directive certainly make this a low-priority bug, though. --[[neale]] |