aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2021-02-13HTML reader: fix bad handling of empty src attribute in iframe.John MacFarlane
2021-02-13T.P.Error: export `renderError`.John MacFarlane
2021-02-12Fix command test 5686John MacFarlane
2021-02-12Add command test for #7092John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2021-02-06Markdown reader: improved handling of mmd link attributes in references.John MacFarlane
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane
2021-02-01BibTeX writer fixes. Closes #7067.John MacFarlane
2021-01-31RST reader: fix handling of header in CSV tables.John MacFarlane
2021-01-29Markdown writer: handle math right before digit.John MacFarlane
2021-01-26Clean up BibTeX parsing.John MacFarlane
2021-01-22ImageSize: use viewBox for svg if no length, width.John MacFarlane
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel
2021-01-15Use dev version of citeproc.John MacFarlane
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane
2021-01-07T.P.Parsing: modify gridTableWith' for headerless tables.John MacFarlane
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane
2021-01-05Implement defaults file inheritance (#6924)David Martschenko
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane
2021-01-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane
2020-12-28Update test for new citeproc and require it in cabal.John MacFarlane
2020-12-27Add support for writing nested tables to asciidoc (#6972)timo-a
2020-12-18Remove some test files that are no longer used.John MacFarlane
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane
2020-12-15Allow both inline and external references to be usedJohn MacFarlane
2020-12-13RST writer: better image handling.John MacFarlane
2020-12-12ICML writer: fix image bounding box for custom widths/heightsmb21
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson
2020-12-05LaTeX reader: don't apply theorem default styling to a figure inside.John MacFarlane
2020-12-04Markdown writer: ensure that a new csl-block begins on a new line.John MacFarlane
2020-12-03EPUB writer: include title page in landmarks.John MacFarlane
2020-11-27HTML reader: support body headers, row head columnsAlbert Krewinkel
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev
2020-11-25Update tests for LaTeX table changes.John MacFarlane
2020-11-25Fix truncation of `[Citation]` list in `Cite` inside footnotes...John MacFarlane
2020-11-24HTML reader: support row or column-spanning table cellsAlbert Krewinkel
2020-11-22OpenDocument Writer: Implement Div and Span ident support (#6755)Nils Carlson
2020-11-22LaTeX writer: Improve table spacing.John MacFarlane
2020-11-21OpenDocument writer: Table text width support (#6792)Nils Carlson
2020-11-21LaTeX reader: more robust parsing of bracketed options.John MacFarlane
2020-11-20DocBook reader: Table text width support (#6791)Nils Carlson
2020-11-20Improve LaTeX option parsing...John MacFarlane
2020-11-20`commonmark_x`: replace `auto_identifiers` with `gfm_auto_identifiers`.John MacFarlane
2020-11-18Man reader: improve handling of .IP.John MacFarlane
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC
2020-11-17Markdown reader: fix regression with example list references.John MacFarlane
2020-11-16Improve fix to siunitx numbers with minus.John MacFarlane