aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-07Remove redundant import.John MacFarlane1-1/+1
2020-10-07Raise informative errors when YAML metadata parsing fails.John MacFarlane6-42/+37
2020-10-07Cleaner solution to #6723.John MacFarlane1-4/+4
2020-10-07Fix URL prefixes in citations also when they occur in notes.John MacFarlane9-131/+410
2020-10-07Use lastest citeproc.John MacFarlane2-2/+2
2020-10-07Use latest citeproc.John MacFarlane3-5/+3
2020-10-06Unescape entities in writing CSL JSON.John MacFarlane2-2/+22
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro8-23/+42
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-05Run nightly one hour later.John MacFarlane1-1/+1
2020-10-05Fixed regresison in last commit.John MacFarlane3-23/+44
2020-10-05Removed the idpred from metaValueToReference.John MacFarlane3-22/+13
2020-10-05Add yamlToRefs, yamlBsToRefs.John MacFarlane3-10/+74
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 MacFarlane3-15/+26
2020-10-04doc/lua-filters.md: document Underline type and constructorAlbert Krewinkel1-0/+27
2020-10-04Try to fix Windows CI by installing happy first.John MacFarlane1-0/+1
2020-10-04Sort languages in `--list-highlight-languages` output (#6718)Albert Krewinkel1-1/+1
2020-10-04Use HLint argument `--color=auto`Albert Krewinkel1-1/+1
2020-10-03Use latest citeproc.John MacFarlane3-7/+9
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann4-3/+26
2020-10-01Update to lastest citeprocJohn MacFarlane5-6/+7
2020-10-01Syntax highlight for inline code of OpenDocument (#6711)niszet1-3/+18
2020-09-27Use latest citeproc.John MacFarlane2-2/+2
2020-09-27Fix redundant import warning.John MacFarlane1-1/+1
2020-09-27Use latest citeproc.John MacFarlane4-6/+5
2020-09-27OpenDocument Writer: Implement table cell alignment (#6700)Nils Carlson3-25/+98
2020-09-26Use latest citeproc.John MacFarlane2-2/+2
2020-09-26Use latest citeproc.John MacFarlane2-2/+2
2020-09-26Fix short-title.John MacFarlane2-24/+27
2020-09-25Allow `gfm_auto_identifiers`, `ascii_identifiers` extensions for docx.John MacFarlane1-1/+1
2020-09-25RST reader: apply `.. class::` directly to following Header.John MacFarlane2-1/+19
2020-09-25Org reader: fix HLint warningsAlbert Krewinkel1-2/+2
2020-09-25doc/org.md: add section on tablesAlbert Krewinkel1-0/+28
2020-09-24Use latest citeproc commit.John MacFarlane2-3/+2
2020-09-24DocBook reader: Implement table cell alignment (#6698)Nils Carlson3-46/+88
2020-09-24Slight improvement to last commit.John MacFarlane1-1/+4
2020-09-24Citeproc: Insert space after csl-left-margin span contents...John MacFarlane4-7/+21
2020-09-24OpenDocument writer: New table cell support with row and column spans (#6682)Nils Carlson2-26/+213
2020-09-24Support toc-depth option for ODT writer (#6697)niszet2-1/+2
2020-09-23ALlow bytestring 0.11.x.John MacFarlane1-2/+2
2020-09-23Revert stack->cabal change in nightly.yml.John MacFarlane1-20/+21
2020-09-22release-candidate build: use latest stack on the runner.John MacFarlane1-57/+0
2020-09-22Nightly process improvements.John MacFarlane1-33/+20
2020-09-22CI: use checkout@v2, and use haskell-setup to install stack.John MacFarlane2-10/+11
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane312-303/+31826
2020-09-21Bump to 2.11.John MacFarlane1-1/+1
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane7-28/+49