diff --git a/cabal.project b/cabal.project index 633f3ec74..24181759c 100644 --- a/cabal.project +++ b/cabal.project @@ -7,6 +7,10 @@ constraints: skylighting-format-blaze-html >= 0.1.2.2, auto-update >= 0.2.6, crypton >= 1.1.1 +source-repository-package + type: git + location: https://github.com/jgm/citeproc + tag: 1a84e2911ad8224bd598c30b4b306e480fc265e4 source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index ae92d7e6b..04ef5b242 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,11 +19,12 @@ extra-deps: - hslua-objectorientation-2.5.0 - hslua-packaging-2.4.1 - hslua-typing-0.2.0 -- citeproc-0.13.0.1 - skylighting-format-blaze-html-0.1.2.2 - skylighting-0.15 - skylighting-core-0.15 - typst-symbols-0.3 +- git: https://github.com/jgm/citeproc + commit: 1a84e2911ad8224bd598c30b4b306e480fc265e4 - git: https://github.com/jgm/commonmark-hs commit: c8482bb339350d7817b865baa925f607c2f9d349 subdirs: [commonmark, commonmark-extensions, commonmark-pandoc] diff --git a/test/command/biblatex-edtf-date.md b/test/command/biblatex-edtf-date.md index a168d75e2..de1508ec1 100644 --- a/test/command/biblatex-edtf-date.md +++ b/test/command/biblatex-edtf-date.md @@ -35,6 +35,7 @@ references: issued: 2004-04-05 type: article-journal - id: item5-1 + issued: "-001" type: article-journal - id: item5-2 issued: "-0876" diff --git a/test/command/pandoc-citeproc-392.md b/test/command/pandoc-citeproc-392.md index 0c77e76bf..7ddf898a5 100644 --- a/test/command/pandoc-citeproc-392.md +++ b/test/command/pandoc-citeproc-392.md @@ -19,11 +19,11 @@ references: ::::: {#refs .references .csl-bib-body} ::: {#ref-james .csl-entry} -[1. ]{.csl-left-margin}[James MRCEL. ]{.csl-right-inline} +[1. ]{.csl-left-margin}[James MRCEL.]{.csl-right-inline} ::: ::: {#ref-macfarlane .csl-entry} -[2. ]{.csl-left-margin}[MacFarlane JG. ]{.csl-right-inline} +[2. ]{.csl-left-margin}[MacFarlane JG.]{.csl-right-inline} ::: ::::: ``` diff --git a/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md b/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md index c9c5d0a0d..302066566 100644 --- a/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md +++ b/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md @@ -127,8 +127,9 @@ Sam Smith. Oxford: Oxford University Press, 2007. [^12]: [Doe, *First Book*](#ref-item1) and nowhere else. -[^13]: Like a citation without author: (), and again (), and now Doe - with a locator (["Article," 44](#ref-item2)). +[^13]: Like a citation without author: ([](#ref-item1)), and again + ([](#ref-item1)), and now Doe with a locator (["Article," + 44](#ref-item2)). [^14]: *See* [Doe, *First Book*, 32](#ref-item1). ```