aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-22OpenDocument Writer: Implement Div and Span ident support (#6755)Nils Carlson1-0/+11
2020-11-22LaTeX writer: Improve table spacing.John MacFarlane3-71/+71
2020-11-22Org reader: parse `#+LANGUAGE` into `lang` metadata fieldAlbert Krewinkel1-0/+4
2020-11-21OpenDocument writer: Table text width support (#6792)Nils Carlson1-0/+66
2020-11-21LaTeX reader: more robust parsing of bracketed options.John MacFarlane1-0/+7
2020-11-20DocBook reader: Table text width support (#6791)Nils Carlson1-0/+32
2020-11-20Improve LaTeX option parsing...John MacFarlane1-0/+6
2020-11-20`commonmark_x`: replace `auto_identifiers` with `gfm_auto_identifiers`.John MacFarlane1-2/+2
2020-11-19JATS writer: support advanced table featuresAlbert Krewinkel7-319/+537
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