aboutsummaryrefslogtreecommitdiff
path: root/tests/rst-reader.rst
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-27 15:40:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-27 15:40:09 -0700
commit731415a4e598adaac894865f72b935a742e569ec (patch)
treefc0f651e6cc97749689503289f4e01b31e9dfea2 /tests/rst-reader.rst
parent1be27ffb3a9ff471febca95361761c326f8e0537 (diff)
downloadpandoc-731415a4e598adaac894865f72b935a742e569ec.tar.gz
RST reader: Support :target: on image substitutions.
Diffstat (limited to 'tests/rst-reader.rst')
-rw-r--r--tests/rst-reader.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/rst-reader.rst b/tests/rst-reader.rst
index e8dee7e3f..3e5c9d8c8 100644
--- a/tests/rst-reader.rst
+++ b/tests/rst-reader.rst
@@ -416,6 +416,12 @@ Here is a movie |movie| icon.
.. |movie| image:: movie.jpg
+And an |image with a link|.
+
+.. |image with a link| image:: movie.jpg
+ :alt: A movie
+ :target: /url
+
Comments
========