aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-26 11:09:58 -0700
committerJohn MacFarlane <[email protected]>2023-03-26 11:09:58 -0700
commit9919d62df234a76edd11e7e0f64cdc7539c0e1d6 (patch)
treee53589aefd925aed3a031104c21037209a833d26 /test/command
parent2a1d5c49d0b978b631e367737acdee81cdfe9cd3 (diff)
Moved a misplaced command test.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8689.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/8689.md b/test/command/8689.md
new file mode 100644
index 000000000..22bd8d8ec
--- /dev/null
+++ b/test/command/8689.md
@@ -0,0 +1,12 @@
+# Org figures should be rendered implicit figures
+
+```
+% pandoc -f org -t markdown+implicit_figures
+#+label: fig:bsdd-graphql-voyager-orig-detail
+#+caption: Original bSDD GraphQL Schema: Detail of Classification and ClassificationProperty
+[[./Classification-ClassificationProperty.png]]
+^D
+![Original bSDD GraphQL Schema: Detail of Classification and
+ClassificationProperty](./Classification-ClassificationProperty.png){#fig:bsdd-graphql-voyager-orig-detail}
+
+```