diff options
author | https://www.google.com/accounts/o8/id?id=AItOawn9r0IXGAV72TXTUjFfsnSspjh_BFtmni0 <Christine@web> | 2012-04-02 08:40:49 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-04-02 08:40:49 -0400 |
commit | e7fdb2a5c4d479eccd0f5260a255f8ea7b296f43 (patch) | |
tree | 97dd4c4e313534bd6863744aff60336394445295 | |
parent | 45a88ebf9e5c6f2c62e3ad96456c70c358398f9d (diff) | |
download | ikiwiki-e7fdb2a5c4d479eccd0f5260a255f8ea7b296f43.tar ikiwiki-e7fdb2a5c4d479eccd0f5260a255f8ea7b296f43.tar.gz |
-rw-r--r-- | doc/forum/Include_attachment_in_a_page.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Include_attachment_in_a_page.mdwn b/doc/forum/Include_attachment_in_a_page.mdwn new file mode 100644 index 000000000..e4a5a53ec --- /dev/null +++ b/doc/forum/Include_attachment_in_a_page.mdwn @@ -0,0 +1,9 @@ +Is there any way of embedding an attachment in a page - like, when I upload a picture, I would like to have it showing on a page.... I tried the Markdown image syntax like this: + + ![Alt text](/path/to/img.jpg "Optional title") + +But if you upload a PDF, f.ex., there will be a "broken URL/no image" thumbnail, although the link to the uploaded file works correctly, if entered correctly. + +So if it's just an image I want to embed, then I would want to use HTML syntax directly, I guess. (Like stated [[here|http://daringfireball.net/projects/markdown/syntax#img]].) But in case it's some other type of attachment it would be nice to be able to have some specific include syntax or the like. + +Probably a feature for the "attachment" plugin's wishlist!? |