summaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-29 22:42:41 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-29 22:42:41 +0100
commit56907044443ba42eaa0faa7733d90d41cf513966 (patch)
treeebce42b47978129b499d58b00c8e11d245eb7243 /test/fixtures
parent8a8ffb613442bb37570a5081bf3e1b7943c4b61e (diff)
downloadgitbook-56907044443ba42eaa0faa7733d90d41cf513966.zip
gitbook-56907044443ba42eaa0faa7733d90d41cf513966.tar.gz
gitbook-56907044443ba42eaa0faa7733d90d41cf513966.tar.bz2
Download external images in ebook format
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/test4/sub/PAGE.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/fixtures/test4/sub/PAGE.md b/test/fixtures/test4/sub/PAGE.md
index f2ebc34..6de478e 100644
--- a/test/fixtures/test4/sub/PAGE.md
+++ b/test/fixtures/test4/sub/PAGE.md
@@ -1,9 +1,10 @@
##
+## Image from root page
+
![test image to be converted](../test.svg)
![test url](http://upload.wikimedia.org/wikipedia/commons/b/b0/NewTux.svg)
-
## Inline svg
{% html %}
@@ -11,3 +12,7 @@
<rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)">
</svg>
{% endhtml %}
+
+## Remote image
+
+![remote url](http://upload.wikimedia.org/wikipedia/commons/a/af/Tux.png)