summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-17Docx writer: include abstract title.John MacFarlane
2023-03-15HTML writer: use img element instead of embed for .svg.gz...John MacFarlane
2023-03-14HTML writer footnotes changes:John MacFarlane
2023-03-14Remove confusing comment.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-10LaTeX writer: Add Chinese to Babel languages.John MacFarlane
2023-03-08Ms writer: fix handling of Figure.John MacFarlane
2023-03-08HTML writer: Use different structure for epub footnotes. (#8676)John MacFarlane
2023-03-07ICML writer: fix images with data.John MacFarlane
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-02EPUB reader: Give additional information in error...John MacFarlane
2023-03-01Fix shadowing from last commit.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-28LaTeX table parser: also allow `6*c` in column spec.John MacFarlane
2023-02-28LaTeX reader: fix multiplication syntax for tabular.John MacFarlane
2023-02-24RST reader: align with spec in syntax for role names.John MacFarlane
2023-02-22Trap error in getAppUserDataDirectory.John MacFarlane
2023-02-22LaTeX writer: do not use longtable foot with BeamerAlbert Krewinkel
2023-02-18HTML writer: allow "track" element to be treated as block-level HTML.John MacFarlane
2023-02-18Docx reader: parse image alt texts in LibreOffice generated filesAlbert 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-15Retain metadata in processing sections for chunked HTML.John MacFarlane
2023-02-15Remove unnecessary pragmas.John MacFarlane
2023-02-09Citeproc: Fix bug in metaValueToReference.John MacFarlane
2023-02-09PPTX writer: fix handling of simple figuresAlbert Krewinkel
2023-02-09Lua: add field `chunk_template` to WriterOptions objects [API change]Albert Krewinkel
2023-02-05LaTeX writer: include short figure/table caption if one is given.Albert Krewinkel
2023-02-04Improve handling of `%` in bib(la)tex parsing.John MacFarlane
2023-02-01Handle % in biblatex doi field.John MacFarlane
2023-01-30Add new `--chunk-template` option (closes #8581).John MacFarlane
2023-01-29Add support for Textile footnote backlinks (#8585)Stephen Altamirano
2023-01-29ODT reader: fix blockquote indent detectionDaniel Kessler
2023-01-29Fix 3.0 regression with `--print-highlight-style` option.John MacFarlane
2023-01-28Textile reader: don't allow brackets in URLs.John MacFarlane
2023-01-25Ensure that automatically set variables ...John MacFarlane
2023-01-23LaTeX reader: Fix bug in macro resolution for environments.John MacFarlane
2023-01-23LaTeX reader: Fix small logic error in macro parsing code.John MacFarlane
2023-01-21Fix use of extensions with custom readers.John MacFarlane
2023-01-21T.P.Writers.Shared: export setupTranslations [API change].John MacFarlane
2023-01-20Chunked HTML writer: Fix handling of images with absolute URLs.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-18Add param to tocToList for numberSections.John MacFarlane
2023-01-18Fix line lengths in Markdown reader, DocBook writerAlbert Krewinkel
2023-01-17Fix spacing errors.John MacFarlane