diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-16 14:04:19 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-16 14:19:45 -0700 |
commit | b5da7adfb8ba38ac662695989b81b6e0875ac2fe (patch) | |
tree | bd5b2ff17de707aeab074fba299280aa2cc1d27f /tests | |
parent | fd46f610e3d127b27701795930b1e7f1a8b896fb (diff) | |
download | pandoc-b5da7adfb8ba38ac662695989b81b6e0875ac2fe.tar.gz |
Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.
Also do this when copying image files into EPUBs and ODTs.
Closes #263.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.opendocument | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.opendocument b/tests/writer.opendocument index 03ee62af4..70ef85b46 100644 --- a/tests/writer.opendocument +++ b/tests/writer.opendocument @@ -1571,9 +1571,9 @@ link in pointy braces</text:span></text:a>.</text:p> <text:h text:style-name="Heading_20_1" text:outline-level="1">Images</text:h> <text:p text:style-name="First_20_paragraph">From “Voyage dans la Lune” by Georges Melies (1902):</text:p> -<text:p text:style-name="Text_20_body"><draw:frame><draw:image xlink:href="lalune.jpg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" /></draw:frame></text:p> +<text:p text:style-name="Text_20_body"><draw:frame><draw:image xlink:href="lalune.jpg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" /></draw:frame></text:p> <text:p text:style-name="Text_20_body">Here is a movie -<draw:frame><draw:image xlink:href="movie.jpg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" /></draw:frame> +<draw:frame><draw:image xlink:href="movie.jpg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" /></draw:frame> icon.</text:p> <text:p text:style-name="Horizontal_20_Line" /> <text:h text:style-name="Heading_20_1" text:outline-level="1">Footnotes</text:h> |