aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-11-18Man reader: improve handling of .IP.John MacFarlane1-0/+52
2020-11-18JATS writer: wrap all tablesAlbert Krewinkel3-324/+348
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC13-207/+207
2020-11-17Markdown reader: fix regression with example list references.John MacFarlane1-0/+12
2020-11-16Improve fix to siunitx numbers with minus.John MacFarlane2-15/+27
2020-11-16LaTeX reader: Fix negative numbers in siunitx commands.John MacFarlane1-0/+15
2020-11-15Markdown reader: fix detection of locators following in-text citations.John MacFarlane1-0/+6
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero30-147/+109
2020-11-14Markdown reader: don't increment stateNoteNumber for example refs.John MacFarlane2-1/+18
2020-11-13Improve period suppression algorithm for citations in notes...John MacFarlane1-2/+2
2020-11-04DokuWiki writer: translate language names for code elements...John MacFarlane2-0/+12
2020-11-03Properly support optional cite argument for `\blockquote`.John MacFarlane1-0/+9
2020-11-02LaTeX reader: fix bug parsing macro arguments.John MacFarlane1-0/+16
2020-11-02Default CSS tweaks.John MacFarlane4-60/+56
2020-11-01Default CSS: avoid padding and color if monobackgroundcolor not given.John MacFarlane4-16/+0
2020-11-01Updates to default CSS (#6786)Mauro Bieg4-32/+148
2020-11-01Citeproc: use comma for in-text citations inside footnotes.John MacFarlane1-1/+1
2020-10-31JATS templates: ensure jats_publishing output is validAlbert Krewinkel2-0/+4
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris2-12/+12
2020-10-29Use new citeproc; do note capitalization here, not in citeproc.John MacFarlane2-3/+3
2020-10-29LaTeX writer: Improved calculation of table column widths.John MacFarlane2-39/+66
2020-10-27Use latest citeproc. Closes #6783.John MacFarlane1-0/+26
2020-10-26DocBook Reader: fix duplicate bibliography bug (#6773)Nils Carlson1-0/+20
2020-10-23Commonmark writer: fix regression with fenced divs.John MacFarlane1-0/+21
2020-10-22ConTeXt template: adds \setupinterlinespace to fonts larger than normal (#6763)Denis Maier2-6/+6
2020-10-21Use latest citeproc.John MacFarlane1-0/+31
2020-10-21citeproc - improved removal of final period...John MacFarlane1-0/+25
2020-10-19Update tests for latex template changes.John MacFarlane4-4/+8
2020-10-15Fix handling of xdata in bibtex/biblatex bibliographies.John MacFarlane1-0/+36
2020-10-14Fix remaining typos in testsAlbert Krewinkel2-2/+2
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel9-10/+10
2020-10-13Depend on latest citeproc.John MacFarlane1-0/+145
2020-10-13Use latest citeproc (better grouping/collapsing behavior with prefixes).John MacFarlane1-2/+2
2020-10-12Commonmark reader: add pipe_table extension after defaults.John MacFarlane1-0/+21
2020-10-12Markdown writer: Fix autolinks rendering for gfm.John MacFarlane1-0/+7
2020-10-10LaTeX reader: allow blank lines inside `\author`.John MacFarlane1-0/+17
2020-10-10Update s5-fancy.html test with new mathjax URL.John MacFarlane1-1/+1
2020-10-08LaTeX reader: Fix parsing of "show name" in newtheorem.John MacFarlane1-1/+1
2020-10-08Extend fix to #6719 to JATS readerJohn MacFarlane1-0/+10
2020-10-08DocBook reader: don't squelch space at end of emphasis element.John MacFarlane1-0/+8
2020-10-08Fixed some bibtex comments in tests (closing }).John MacFarlane2-2/+4
2020-10-08Fix custom writer test.John MacFarlane1-2/+2
2020-10-08Be less aggressive about using quotes for YAML values.John MacFarlane121-618/+616
2020-10-07Use double quotes for YAML metadata.John MacFarlane127-881/+881
2020-10-07Use golden test framework for command tests.John MacFarlane1-27/+59
2020-10-07Fix URL prefixes in citations also when they occur in notes.John MacFarlane8-128/+407
2020-10-06Unescape entities in writing CSL JSON.John MacFarlane1-0/+17
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro5-0/+18
2020-10-03Use latest citeproc.John MacFarlane1-5/+7
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann3-0/+13