aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-07Hlint suggestions.John MacFarlane
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-11-06doc/filters.md: describe technical details of filter invocations (#6815)Albert Krewinkel
2020-11-06Support nocase spansn for csljson outputJohn MacFarlane
2020-11-05LaTeX reader: better handling of `\\` inside math in table cells.John MacFarlane
2020-11-05Citeproc: improve punctuation in in-text note citations.John MacFarlane
2020-11-04DokuWiki writer: translate language names for code elements...John MacFarlane
2020-11-04MediaWiki writer: use syntaxhighlight tag...John MacFarlane
2020-11-04Simplified idpred in citeproc.John MacFarlane
2020-11-03Properly support optional cite argument for `\blockquote`.John MacFarlane
2020-11-02LaTeX reader: fix bug parsing macro arguments.John MacFarlane
2020-11-02T.P.Filter: allow shorter YAML representation of CiteprocAlbert Krewinkel
2020-11-01Citeproc: use comma for in-text citations inside footnotes.John MacFarlane
2020-11-01Improve deNote.John MacFarlane
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris
2020-10-29Use new citeproc; do note capitalization here, not in citeproc.John MacFarlane
2020-10-29Allow citation-abbreviations in defaults file.John MacFarlane
2020-10-29LaTeX writer: Improved calculation of table column widths.John MacFarlane
2020-10-27Remove obsolete commentJohn MacFarlane
2020-10-27Citeproc: properly handle `csl` field with `data:` URI.John MacFarlane
2020-10-26Add PandocBibliographyError and use it in parsing bibliographies.John MacFarlane
2020-10-26DocBook Reader: fix duplicate bibliography bug (#6773)Nils Carlson
2020-10-23HTML reader: Parse contents of iframes.John MacFarlane
2020-10-23HTML reader: parse inline svg as image...John MacFarlane
2020-10-23Commonmark writer: fix regression with fenced divs.John MacFarlane
2020-10-21citeproc - improved removal of final period...John MacFarlane
2020-10-19More refinements to --version output.John MacFarlane
2020-10-19Normalize rewritten image paths with --extract-media.John MacFarlane
2020-10-19Modify --version output.John MacFarlane
2020-10-16DocBook reader: bibliomisc and anchor support (#6754)Nils Carlson
2020-10-15Fix handling of xdata in bibtex/biblatex bibliographies.John MacFarlane
2020-10-15Fix some small typos in the API documentation (#6751)Michael Hoffmann
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel
2020-10-14Modify fix to #6742 to use stringToLaTeX.2.11.0.1John MacFarlane
2020-10-13LaTeX reader: support more acronym commands.John MacFarlane
2020-10-13LaTeX writer: escape option values in lstlistings environment.John MacFarlane
2020-10-12LaTeX writer: fix handling of pt-BR.John MacFarlane
2020-10-12Commonmark reader: add pipe_table extension after defaults.John MacFarlane
2020-10-12Markdown writer: Fix autolinks rendering for gfm.John MacFarlane
2020-10-10LaTeX reader: allow blank lines inside `\author`.John MacFarlane
2020-10-10Options.hs: defaultMathJaxURL: use tex-chtml-full instead of tex-mml-chtml (#...Kolen Cheung
2020-10-09In fetching parent of dependent CSL style, first...John MacFarlane
2020-10-08LaTeX reader: Fix parsing of "show name" in newtheorem.John MacFarlane
2020-10-08Extend fix to #6719 to JATS readerJohn MacFarlane
2020-10-08DocBook reader: don't squelch space at end of emphasis element.John MacFarlane
2020-10-08Small improvements to BibTeX parser.John MacFarlane
2020-10-08Export ParseError from T.P.Parsing.John MacFarlane
2020-10-08Be less aggressive about using quotes for YAML values.John MacFarlane
2020-10-08Qualify some uses of fail to avoid ambiguity.John MacFarlane
2020-10-07Use double quotes for YAML metadata.John MacFarlane