aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-360.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-07 11:23:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-07 11:23:28 -0700
commit1742821c3edb7d5d2ed7ced265e3b4c9f00e622a (patch)
treed8e69f03eeaff5fc716ad65e595b7c67e8440fe5 /test/command/pandoc-citeproc-360.md
parent3b2dd1e1b3389b6b3a13f7b2d1bb797a3af5d782 (diff)
downloadpandoc-1742821c3edb7d5d2ed7ced265e3b4c9f00e622a.tar.gz
Fix URL prefixes in citations also when they occur in notes.
Update chicago-fullnote-bibliography.csl and adjust tests. Closes #6723.
Diffstat (limited to 'test/command/pandoc-citeproc-360.md')
-rw-r--r--test/command/pandoc-citeproc-360.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/command/pandoc-citeproc-360.md b/test/command/pandoc-citeproc-360.md
index 233551304..7cb8e4f61 100644
--- a/test/command/pandoc-citeproc-360.md
+++ b/test/command/pandoc-citeproc-360.md
@@ -25,11 +25,11 @@ references:
::: {#refs .references .csl-bib-body .hanging-indent}
::: {#ref-lestrange2017 .csl-entry}
-L'Estrange, Michael, and Stephen Merchant. *2017 Independent
-Intelligence Review*, July 18, 2017.
+L'Estrange, Michael, and Stephen Merchant. "2017 Independent
+Intelligence Review," July 18, 2017.
:::
:::
-[^1]: Michael L'Estrange and Stephen Merchant, *2017 Independent
- Intelligence Review*, July 18, 2017.
+[^1]: Michael L'Estrange and Stephen Merchant, "2017 Independent
+ Intelligence Review," July 18, 2017.
```