summaryrefslogtreecommitdiff
path: root/test/docbook-xref.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/docbook-xref.native')
-rw-r--r--test/docbook-xref.native41
1 files changed, 30 insertions, 11 deletions
diff --git a/test/docbook-xref.native b/test/docbook-xref.native
index 9487224ba..8025f698b 100644
--- a/test/docbook-xref.native
+++ b/test/docbook-xref.native
@@ -228,18 +228,37 @@ Pandoc
, Plain [ Str "int1" ]
, Plain [ Str "int" ]
, Plain [ Str "int2" ]
- , Para
- [ Image
- ( "fig01" , [] , [] )
- [ Str "The"
- , Space
- , Str "Pythagorean"
- , Space
- , Str "Theorem"
- , Space
- , Str "Illustrated"
+ , Figure
+ ( "fig01" , [] , [] )
+ (Caption
+ Nothing
+ [ Plain
+ [ Str "The"
+ , Space
+ , Str "Pythagorean"
+ , Space
+ , Str "Theorem"
+ , Space
+ , Str "Illustrated"
+ ]
+ ])
+ [ Plain
+ [ Image
+ ( "" , [] , [] )
+ [ Str "An"
+ , Space
+ , Str "illustration"
+ , Space
+ , Str "of"
+ , Space
+ , Str "the"
+ , Space
+ , Str "Pythagorean"
+ , Space
+ , Str "Theorem"
+ ]
+ ( "figures/pythag.png" , "" )
]
- ( "figures/pythag.png" , "fig:" )
]
, Table
( "" , [] , [] )