aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/command/10758.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/command/10758.md b/test/command/10758.md
new file mode 100644
index 000000000..885d26413
--- /dev/null
+++ b/test/command/10758.md
@@ -0,0 +1,21 @@
+```
+% pandoc -f native -t markdown
+[ Figure
+ ( "" , [] , [] )
+ (Caption
+ Nothing
+ [ Para [ Str "Foo" , Space , Emph [ Str "emphasis" ] ] ])
+ [ Plain
+ [ Image
+ ( ""
+ , []
+ , []
+ )
+ [ Str "Foo" , Space , Str "emphasis" ]
+ ( "media/rId20.jpg" , "" )
+ ]
+ ]
+]
+^D
+![Foo *emphasis*](media/rId20.jpg)
+```