aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-03-05 13:24:05 -0800
committerJohn MacFarlane <[email protected]>2025-03-05 13:24:05 -0800
commite73b9ee1d80b0732d2e422b3ab30260b646e47a2 (patch)
tree14412825be46f92bd34f133cd8952704e9aff199 /test
parentb58381a0d498a3c6a1e45f69807366e8674448d7 (diff)
Disable citations extension in writers if `--citeproc` is used.
Otherwise we get undesirable results, as the format's native citation mechanism is used instead of (or in addition to) the citeproc-generated citations. Closes #10662.
Diffstat (limited to 'test')
-rw-r--r--test/command/7329.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/command/7329.md b/test/command/7329.md
index b5f590d7b..623ee8126 100644
--- a/test/command/7329.md
+++ b/test/command/7329.md
@@ -27,7 +27,12 @@
% pandoc -f markdown -t org -C --bibliography command/biblio.bib
- [@item1]
^D
-- [cite:@item1]
+- (Doe 2005)
+
+<<refs>>
+
+<<ref-item1>>
+Doe, John. 2005. /First Book/. Cambridge: Cambridge University Press.
```