mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 09:25:48 +00:00
Depend on dev citeproc.
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-1
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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}
|
||||
:::
|
||||
:::::
|
||||
```
|
||||
|
||||
@@ -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).
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user