summaryrefslogtreecommitdiff
path: root/test/command/figures-org.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/figures-org.md')
-rw-r--r--test/command/figures-org.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/figures-org.md b/test/command/figures-org.md
new file mode 100644
index 000000000..bfa5c6de1
--- /dev/null
+++ b/test/command/figures-org.md
@@ -0,0 +1,16 @@
+```
+% pandoc -f native -t org
+[Figure ("fig-id",[],[]) (Caption Nothing []) [Para [Str "content"]]]
+
+^D
+<<fig-id>>
+content
+```
+
+```
+% pandoc -f native -t org
+[Figure ("",[],[]) (Caption Nothing []) [Para [Str "content"]]]
+
+^D
+content
+```