aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Citeproc.hs
AgeCommit message (Expand)AuthorFilesLines
2021-03-12Citeproc: apply fixLinks correctly.John MacFarlane1-5/+5
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B1-1/+1
2021-01-21Text.Pandoc.Citeproc: use finer grained importsAlbert Krewinkel1-18/+21
2021-01-10T.P.Citeproc: factor out and export `getStyle`.John MacFarlane1-45/+55
2021-01-10T.P.Citeproc: factor out getLang.John MacFarlane1-8/+15
2021-01-10T.P.Citeproc: refactor and export `getReferences`.John MacFarlane1-28/+51
2020-12-24Citeproc: fix handling of empty URL variables (`DOI`, etc.).John MacFarlane1-1/+3
2020-12-16Fix citeproc regression with duplicate references.John MacFarlane1-1/+2
2020-12-15Use fetchItem to get external bibliography.John MacFarlane1-8/+7
2020-12-15Allow both inline and external references to be usedJohn MacFarlane1-14/+15
2020-12-02Citeproc: ensure that BCP47 lang codes can be used.John MacFarlane1-2/+17
2020-11-25Fix truncation of `[Citation]` list in `Cite` inside footnotes...John MacFarlane1-2/+2
2020-11-13Improve period suppression algorithm for citations in notes...John MacFarlane1-1/+22
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-5/+1
2020-11-05Citeproc: improve punctuation in in-text note citations.John MacFarlane1-8/+15
2020-11-04Simplified idpred in citeproc.John MacFarlane1-2/+1
2020-11-01Citeproc: use comma for in-text citations inside footnotes.John MacFarlane1-8/+18
2020-11-01Improve deNote.John MacFarlane1-4/+5
2020-10-29Use new citeproc; do note capitalization here, not in citeproc.John MacFarlane1-2/+11
2020-10-27Remove obsolete commentJohn MacFarlane1-1/+0
2020-10-27Citeproc: properly handle `csl` field with `data:` URI.John MacFarlane1-1/+1
2020-10-26Add PandocBibliographyError and use it in parsing bibliographies.John MacFarlane1-5/+7
2020-10-21citeproc - improved removal of final period...John MacFarlane1-5/+8
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel1-4/+1
2020-10-09In fetching parent of dependent CSL style, first...John MacFarlane1-1/+5
2020-10-07Raise informative errors when YAML metadata parsing fails.John MacFarlane1-2/+4
2020-10-07Cleaner solution to #6723.John MacFarlane1-4/+4
2020-10-07Fix URL prefixes in citations also when they occur in notes.John MacFarlane1-3/+3
2020-10-06Incorporate `https://doi.org/` prefix added by CSL style...John MacFarlane1-1/+12
2020-10-06Fix URL for "short DOIs" in citations. See #6723.John MacFarlane1-1/+6
2020-10-05Fixed regresison in last commit.John MacFarlane1-1/+1
2020-10-05Removed the idpred from metaValueToReference.John MacFarlane1-3/+2
2020-10-05Add yamlToRefs, yamlBsToRefs.John MacFarlane1-7/+5
2020-10-05Improve searching for CSL files...John MacFarlane1-6/+15
2020-10-05Use yamlToMeta for yaml bibliographyJohn MacFarlane1-5/+4
2020-10-05Add filtering to metaValueToReference, and check other-ids field too.John MacFarlane1-4/+5
2020-09-24Slight improvement to last commit.John MacFarlane1-1/+4
2020-09-24Citeproc: Insert space after csl-left-margin span contents...John MacFarlane1-2/+16
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-0/+492