aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-09-19 10:30:29 -0700
committerJohn MacFarlane <[email protected]>2022-09-19 10:30:44 -0700
commitcfbf0f096bcdd9c9a5bfc2b394be863b39b34523 (patch)
treeb2c7c75cee6af5fa2f48e6626f97399fd3dc417f /test/command
parent7f1bb99a0323a0665612f9f2954b7287401731c0 (diff)
Org reader: Allow org-ref v2 citations with `&` prefix.
Closes #8302.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8302.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/8302.md b/test/command/8302.md
new file mode 100644
index 000000000..749530071
--- /dev/null
+++ b/test/command/8302.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f org -t markdown
+some text cite:&long-2004-tecton-evolut
+^D
+some text @long-2004-tecton-evolut
+```