aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
2021-02-06Markdown reader: improved handling of mmd link attributes in references.John MacFarlane1-0/+8
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane1-3/+3
2021-02-01BibTeX writer fixes. Closes #7067.John MacFarlane1-0/+90
2021-01-31RST reader: fix handling of header in CSV tables.John MacFarlane1-0/+32
2021-01-29Markdown writer: handle math right before digit.John MacFarlane1-0/+6
2021-01-26Clean up BibTeX parsing.John MacFarlane2-5/+6
2021-01-22ImageSize: use viewBox for svg if no length, width.John MacFarlane1-16/+14
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel1-0/+146
2021-01-15Use dev version of citeproc.John MacFarlane1-11/+9
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel1-0/+48
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 MacFarlane2-10/+2
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-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane2-6/+6
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane1-0/+21
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-18Remove some test files that are no longer used.John MacFarlane2-22/+0
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-12ICML writer: fix image bounding box for custom widths/heightsmb212-0/+5
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane1-1/+1
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-11-27HTML reader: support body headers, row head columnsAlbert Krewinkel1-3/+3
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev1-0/+13
2020-11-25Update tests for LaTeX table changes.John MacFarlane1-10/+5
2020-11-25Fix truncation of `[Citation]` list in `Cite` inside footnotes...John MacFarlane1-0/+36
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 MacFarlane2-9/+9
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-18Man reader: improve handling of .IP.John MacFarlane1-0/+52
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC3-26/+26
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 Lucero27-90/+75
2020-11-14Markdown reader: don't increment stateNoteNumber for example refs.John MacFarlane1-0/+17
2020-11-13Improve period suppression algorithm for citations in notes...John MacFarlane1-2/+2