aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-03-20Update latex writer tests for change to default template.John MacFarlane
2023-03-17Update docx golden tests for style changes.John MacFarlane
2023-03-17Docx writer: include abstract title.John MacFarlane
2023-03-14HTML writer footnotes changes:John MacFarlane
2023-03-14Markdown writer: use implicit figures if there's a caption but no alt.Albert Krewinkel
2023-03-13Jira reader: add panel title as nested divAlbert Krewinkel
2023-03-05JATS reader: avoid generating duplicate figure captions.John MacFarlane
2023-03-05DocBook reader: parse `figure` as a Figure element in the AST.John MacFarlane
2023-03-03Asciidoc writer: Properly escape `|` in table cells.John MacFarlane
2023-03-01Make sure TSV reader doesn't gobble tabs as whitespace.John MacFarlane
2023-03-01Org reader: accept empty tablesAlbert Krewinkel
2023-02-24RST reader: align with spec in syntax for role names.John MacFarlane
2023-02-22LaTeX writer: do not use longtable foot with BeamerAlbert Krewinkel
2023-02-18JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elementsAlbert Krewinkel
2023-02-15fixed <xref> references to tables in DocBook filesPavol Otto
2023-02-12URL style in ConTeXt (#8612)Thomas Hodgson
2023-02-09Citeproc: Fix bug in metaValueToReference.John MacFarlane
2023-02-05LaTeX writer: include short figure/table caption if one is given.Albert Krewinkel
2023-02-01Handle % in biblatex doi field.John MacFarlane
2023-02-01Add some diagnostics to newif test.John MacFarlane
2023-01-29Add support for Textile footnote backlinks (#8585)Stephen Altamirano
2023-01-29ODT reader: fix blockquote indent detectionDaniel Kessler
2023-01-25Ensure that automatically set variables ...John MacFarlane
2023-01-23LaTeX reader: Fix bug in macro resolution for environments.John MacFarlane
2023-01-20HTML writer: don't omit newlines in task lists.John MacFarlane
2023-01-20HTML writer: don't disable checkboxes in task lists.John MacFarlane
2023-01-16Add tests for org tagsAlbert Krewinkel
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel
2023-01-15ConTeXt writer: support `tagging` extension [API Change]Albert Krewinkel
2023-01-14Remove Null constructor from docsAlbert Krewinkel
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-13HTML style template: put Consolas before Lucida Console for code font.John MacFarlane
2023-01-12Store "unnumbered" class in DocBook role attribute (#8481)lifeunleaded
2023-01-11Use jira-wiki-markup 1.5.0Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2023-01-06Add `code { hyphens: manual; }` to HTML and EPUB CSS.John MacFarlane
2023-01-05isURI: don't require non-ASCII characters to be escaped.John MacFarlane
2023-01-04Use `\toprule\noalign{}` instead of `\toprule()` in LaTeX tables.John MacFarlane
2022-12-28Man writer: use UTF-8 by default for non-ascii characters.John MacFarlane
2022-12-22Support "software" type in biblatex <-> CSL conversions.John MacFarlane
2022-12-20Shared: use LineBreak as default block sep in blocksToInlinesAlbert Krewinkel
2022-12-20Markdown writer: avoid HTML fallbacks in the generated TOC.Albert Krewinkel
2022-12-17ConTeXt writer: always use `\type` for inline codeAlbert Krewinkel
2022-12-16ConTeXt writer: fix previous commit for some unlisted sectionsAlbert Krewinkel
2022-12-16ConTeXt writer: add support for unlisted, unnumbered headingsAlbert Krewinkel
2022-12-15Textile reader: handle empty paragraphs.John MacFarlane
2022-12-08Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATORAlbert Krewinkel
2022-11-29DocBook writer: Fix position of textobject.John MacFarlane
2022-11-29AsciiDoc writer: in link text, only replace commas...John MacFarlane