Age | Commit message (Expand) | Author | Files | Lines |
2021-09-27 | Better implementation of splitStrWhen | John MacFarlane | 1 | -12/+7 |
2021-09-23 | BibTeX parser: fix expansion of special strings in series... | John MacFarlane | 1 | -7/+10 |
2021-06-28 | Allow `$` characters in bibtex keys. | John MacFarlane | 1 | -1/+1 |
2021-06-28 | Set proper initial source name in parsing BibTeX. | John MacFarlane | 1 | -1/+3 |
2021-05-12 | Hande 'annote' field in bibtex/biblatex writer. | John MacFarlane | 1 | -0/+2 |
2021-05-09 | Change reader types, allowing better tracking of source positions. | John MacFarlane | 1 | -5/+9 |
2021-04-17 | Remove Text.Pandoc.BCP47 module. | John MacFarlane | 1 | -9/+11 |
2021-02-26 | Fix/update URLs and use HTTP**S** where possible (#7122) | Salim B | 1 | -4/+4 |
2021-02-01 | BibTeX writer: use doclayout and doctemplate. | John MacFarlane | 1 | -18/+23 |
2021-02-01 | BibTeX writer fixes. Closes #7067. | John MacFarlane | 1 | -6/+15 |
2021-01-26 | Clean up BibTeX parsing. | John MacFarlane | 1 | -32/+1 |
2021-01-22 | Add biblatex, bibtex as output formats (closes #7040). | John MacFarlane | 1 | -3/+251 |
2020-12-07 | Bibtex parser: avoid noneOf. | John MacFarlane | 1 | -2/+2 |
2020-11-21 | Citeproc BibTeX parser: revert change in getRawField... | John MacFarlane | 1 | -6/+5 |
2020-10-15 | Fix handling of xdata in bibtex/biblatex bibliographies. | John MacFarlane | 1 | -2/+2 |
2020-10-08 | Small improvements to BibTeX parser. | John MacFarlane | 1 | -10/+11 |
2020-09-27 | Fix redundant import warning. | John MacFarlane | 1 | -1/+1 |
2020-09-27 | Use latest citeproc. | John MacFarlane | 1 | -3/+2 |
2020-09-26 | Fix short-title. | John MacFarlane | 1 | -10/+9 |
2020-09-21 | Add built-in citation support using new citeproc library. | John MacFarlane | 1 | -0/+1237 |