aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/CslJson.hs
AgeCommit message (Expand)AuthorFilesLines
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-3/+4
2021-01-31CslJson writer: fix compiler warningAlbert Krewinkel1-1/+1
2021-01-30CslJson writer: output `[]` if no references in input,John MacFarlane1-5/+5
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-3/+3
2020-11-06Support nocase spansn for csljson outputJohn MacFarlane1-0/+1
2020-10-07Use latest citeproc.John MacFarlane1-3/+1
2020-10-06Unescape entities in writing CSL JSON.John MacFarlane1-2/+5
2020-10-05Removed the idpred from metaValueToReference.John MacFarlane1-1/+1
2020-10-05Add filtering to metaValueToReference, and check other-ids field too.John MacFarlane1-1/+2
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-0/+87