aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-11-04DokuWiki writer: translate language names for code elements...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-02Default CSS tweaks.John MacFarlane
2020-11-01Default CSS: avoid padding and color if monobackgroundcolor not given.John MacFarlane
2020-11-01Updates to default CSS (#6786)Mauro Bieg
2020-11-01Citeproc: use comma for in-text citations inside footnotes.John MacFarlane
2020-10-31JATS templates: ensure jats_publishing output is validAlbert Krewinkel
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-29LaTeX writer: Improved calculation of table column widths.John MacFarlane
2020-10-27Use latest citeproc. Closes #6783.John MacFarlane
2020-10-26DocBook Reader: fix duplicate bibliography bug (#6773)Nils Carlson
2020-10-23Commonmark writer: fix regression with fenced divs.John MacFarlane
2020-10-22ConTeXt template: adds \setupinterlinespace to fonts larger than normal (#6763)Denis Maier
2020-10-21Use latest citeproc.John MacFarlane
2020-10-21citeproc - improved removal of final period...John MacFarlane
2020-10-19Update tests for latex template changes.John MacFarlane
2020-10-15Fix handling of xdata in bibtex/biblatex bibliographies.John MacFarlane
2020-10-14Fix remaining typos in testsAlbert Krewinkel
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel
2020-10-13Depend on latest citeproc.John MacFarlane
2020-10-13Use latest citeproc (better grouping/collapsing behavior with prefixes).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-10Update s5-fancy.html test with new mathjax URL.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-08Fixed some bibtex comments in tests (closing }).John MacFarlane
2020-10-08Fix custom writer test.John MacFarlane
2020-10-08Be less aggressive about using quotes for YAML values.John MacFarlane
2020-10-07Use double quotes for YAML metadata.John MacFarlane
2020-10-07Use golden test framework for command tests.John MacFarlane
2020-10-07Fix URL prefixes in citations also when they occur in notes.John MacFarlane
2020-10-06Unescape entities in writing CSL JSON.John MacFarlane
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro
2020-10-03Use latest citeproc.John MacFarlane
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann
2020-10-01Update to lastest citeprocJohn MacFarlane
2020-09-27OpenDocument Writer: Implement table cell alignment (#6700)Nils Carlson
2020-09-26Fix short-title.John MacFarlane
2020-09-25RST reader: apply `.. class::` directly to following Header.John MacFarlane
2020-09-24DocBook reader: Implement table cell alignment (#6698)Nils Carlson
2020-09-24Citeproc: Insert space after csl-left-margin span contents...John MacFarlane
2020-09-24OpenDocument writer: New table cell support with row and column spans (#6682)Nils Carlson
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel