aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Use dev version of citeproc.John MacFarlane1-11/+9
2021-01-12Docx writer: handle table header using styles.John MacFarlane32-0/+0
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel1-0/+48
2021-01-09Org reader: allow multiple pipe chars in todo sequencesAlbert Krewinkel1-0/+10
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel30-30/+30
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane1-0/+8
2021-01-07T.P.Parsing: modify gridTableWith' for headerless tables.John MacFarlane5-73/+11
2021-01-06Remove `\setupthinrules` from default context template.John MacFarlane2-4/+0
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane1-0/+20
2021-01-05Implement defaults file inheritance (#6924)David Martschenko10-0/+33
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane1-0/+37
2021-01-03Org reader: mark verbatim code with class "verbatim". (#6998)Dimitri Sabadie1-2/+2
2021-01-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane6-79/+62
2021-01-01Org reader: restructure output of captioned code blocksAlbert Krewinkel1-3/+3
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane1-0/+21
2020-12-30Update ms table tests.John MacFarlane1-0/+14
2020-12-28Update test for new citeproc and require it in cabal.John MacFarlane1-1/+1
2020-12-27Add support for writing nested tables to asciidoc (#6972)timo-a1-0/+82
2020-12-27Powerpoint writer: allow arbitrary OOXML in raw inline elementsAlbert Krewinkel1-1/+1
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel4-1/+86
2020-12-18Remove some test files that are no longer used.John MacFarlane3-48/+0
2020-12-17Update test with new skylighting CSS.John MacFarlane2-0/+2
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane1-0/+16
2020-12-15Allow both inline and external references to be usedJohn MacFarlane1-0/+18
2020-12-13RST writer: better image handling.John MacFarlane2-11/+31
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel5-0/+19
2020-12-12ICML writer: fix image bounding box for custom widths/heightsmb213-0/+7
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane2-5/+5
2020-12-07Merge pull request #6922 from jtojnar/db-writer-admonitionsJohn MacFarlane1-0/+66
2020-12-07Docbook writer: Handle admonition titles from Markdown readerJan Tojnar1-0/+14
2020-12-07Docbook writer: handle admonitionsJan Tojnar1-0/+52
2020-12-05Org reader: preserve targets of spurious linksAlbert Krewinkel1-2/+4
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson1-0/+63
2020-12-05LaTeX reader: don't apply theorem default styling to a figure inside.John MacFarlane1-0/+34
2020-12-04Markdown writer: ensure that a new csl-block begins on a new line.John MacFarlane1-2/+4
2020-12-03EPUB writer: include title page in landmarks.John MacFarlane1-1/+2
2020-12-03Docx writer: Support bold and italic in "complex script."John MacFarlane3-0/+0
2020-11-27HTML reader tests: improve test coverage of new featuresAlbert Krewinkel2-0/+185
2020-11-27HTML reader: support body headers, row head columnsAlbert Krewinkel2-24/+23
2020-11-26Docx writer: Fix bullets/lists indentationcholonam31-0/+0
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev2-13/+39
2020-11-26HTML reader: improve support for table headers, footer, attributesAlbert Krewinkel1-22/+24
2020-11-25latex template: put back amssymbJohn MacFarlane4-8/+4
2020-11-25Update tests for LaTeX table changes.John MacFarlane2-121/+38
2020-11-25LaTeX tables: Fix calculation of column spacing.John MacFarlane1-36/+36
2020-11-25Fix truncation of `[Citation]` list in `Cite` inside footnotes...John MacFarlane1-0/+36
2020-11-25latex template: disable language-specific shorthands in babel.John MacFarlane1-1/+4
2020-11-24test/tables/*.native: normalized (#6888)Kolen Cheung3-177/+324
2020-11-24HTML reader tests: disable round-trip testing for tablesAlbert Krewinkel1-11/+3
2020-11-24HTML reader: support row or column-spanning table cellsAlbert Krewinkel1-10/+10