aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspalax <spalax@web>2015-06-19 15:39:41 -0400
committeradmin <admin@branchable.com>2015-06-19 15:39:41 -0400
commit667fc8095ce58a5263792151dd82fd3872ea134b (patch)
tree4a393a682535184513c52fcb416453074b3033a2
parent7cedc1fee445b70b4060277c46eb4d06686d1b81 (diff)
downloadikiwiki-667fc8095ce58a5263792151dd82fd3872ea134b.tar
ikiwiki-667fc8095ce58a5263792151dd82fd3872ea134b.tar.gz
Question about the img plugin
-rw-r--r--doc/plugins/img/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/img/discussion.mdwn b/doc/plugins/img/discussion.mdwn
index c87469d6f..492769592 100644
--- a/doc/plugins/img/discussion.mdwn
+++ b/doc/plugins/img/discussion.mdwn
@@ -16,3 +16,7 @@ It would be handy if the `class` and `id` tags were passed through to the surrou
I have created a patch that allows the image to be sharpened when resampled.
There is also an additional option to interlace the image using plane for
progressive display. --[[kjs]]
+
+---
+
+Is it possible to give an external image URL, must the image be local? One use case would be displaying *badges*, like [[the number of stars|https://img.shields.io/github/stars/joeyh/ikiwiki.svg]] of a [[github project|http://github.com/joeyh/ikiwiki]], but ``\[[!img https://img.shields.io/github/stars/joeyh/ikiwiki.svg]]`` does not work: [[!img https://img.shields.io/github/stars/joeyh/ikiwiki.svg]].