aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Citeproc.hs
AgeCommit message (Expand)AuthorFilesLines
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