aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Citeproc
AgeCommit message (Expand)AuthorFilesLines
2021-11-10Fix parsing of `%` in bibtex fields.John MacFarlane1-5/+4
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane1-18/+27
2021-10-21Move splitStrWhen to T.P.Citeproc.Util.John MacFarlane3-23/+15
2021-10-14Remove redundant $Samuel Tardieu1-1/+1
2021-09-27Better implementation of splitStrWhenJohn MacFarlane1-12/+7
2021-09-23BibTeX parser: fix expansion of special strings in series...John MacFarlane1-7/+10
2021-08-17Revise citeproc code to fit new citeproc 0.5 API.John MacFarlane1-0/+1
2021-06-28Allow `$` characters in bibtex keys.John MacFarlane1-1/+1
2021-06-28Set proper initial source name in parsing BibTeX.John MacFarlane1-1/+3
2021-05-27Two citeproc locator/suffix improvements:John MacFarlane1-3/+11
2021-05-27Citeproc: Don't detect math elements as locators.John MacFarlane1-0/+7
2021-05-12Hande 'annote' field in bibtex/biblatex writer.John MacFarlane1-0/+2
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-5/+9
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-1/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane2-15/+17
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane1-2/+3
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-1/+2
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B1-4/+4
2021-02-11Correctly parse "raw" date value in markdown references metadata.John MacFarlane1-3/+5
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane1-18/+23
2021-02-01BibTeX writer fixes. Closes #7067.John MacFarlane1-6/+15
2021-01-26Clean up BibTeX parsing.John MacFarlane1-32/+1
2021-01-22Add biblatex, bibtex as output formats (closes #7040).John MacFarlane1-3/+251
2020-12-07Bibtex parser: avoid noneOf.John MacFarlane1-2/+2
2020-11-21Citeproc BibTeX parser: revert change in getRawField...John MacFarlane1-6/+5
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-2/+1
2020-10-15Fix handling of xdata in bibtex/biblatex bibliographies.John MacFarlane1-2/+2
2020-10-08Small improvements to BibTeX parser.John MacFarlane1-10/+11
2020-10-05Removed the idpred from metaValueToReference.John MacFarlane1-18/+10
2020-10-05Add filtering to metaValueToReference, and check other-ids field too.John MacFarlane1-10/+19
2020-10-01Update to lastest citeprocJohn MacFarlane1-0/+1
2020-09-27Fix redundant import warning.John MacFarlane1-1/+1
2020-09-27Use latest citeproc.John MacFarlane1-3/+2
2020-09-26Fix short-title.John MacFarlane1-10/+9
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane6-0/+1906