diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-09-26 22:22:14 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-09-26 22:22:14 -0700 |
commit | f76478bcb9a651623d33c6d4ad766a126bc590a1 (patch) | |
tree | 79d1c11a4476088ee1802578d79768371817344f /tests | |
parent | 90a42fae052e8e9dd08605c05c2c3fe000fe9b4e (diff) | |
download | pandoc-f76478bcb9a651623d33c6d4ad766a126bc590a1.tar.gz |
RST reader: Support :target: on .. image:: blocks.
Still not supported on substitution definitions.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rst-reader.native | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rst-reader.native b/tests/rst-reader.native index c99e73f07..b49e9873e 100644 --- a/tests/rst-reader.native +++ b/tests/rst-reader.native @@ -223,8 +223,8 @@ Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite",Str ": ,CodeBlock ("",[],[]) "http://example.com/" ,Header 1 [Str "Images"] ,Para [Str "From",Space,Quoted DoubleQuote [Str "Voyage",Space,Str "dans",Space,Str "la",Space,Str "Lune"],Space,Str "by",Space,Str "Georges",Space,Str "Melies",Space,Str "(",Str "1902",Str ")",Str ":"] -,Plain [Image [Str "image"] ("lalune.jpg","")] -,Plain [Image [Str "Voyage dans la Lune"] ("lalune.jpg","")] +,Para [Image [Str "image"] ("lalune.jpg","")] +,Para [Image [Str "Voyage dans la Lune"] ("lalune.jpg","")] ,Para [Str "Here",Space,Str "is",Space,Str "a",Space,Str "movie",Space,Image [Str "movie"] ("movie.jpg",""),Space,Str "icon",Str "."] ,Header 1 [Str "Comments"] ,Para [Str "First",Space,Str "paragraph"] |