aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
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
2023-01-16T.P.Class.IO: export function `writeMedia` [API change]Albert Krewinkel
2023-01-15T.P.Chunks changes.John MacFarlane
2023-01-15Chunks: export `tocToList`Albert 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-13Org writer: use span attributes `tag-name` in headers as tags.Albert Krewinkel
2023-01-13ChunkedHTML writer: use fetchItem to get resources.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel