aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-20Remove redundant line in pattern match.John MacFarlane
2023-04-17Remove unnecessary 'spaces' in parseFromString.John MacFarlane
2023-04-14Fix bug in RTF table parsing.John MacFarlane
2023-04-07ImageSize: drop BOM at start of SVG if present.John MacFarlane
2023-04-07Typst writer: omit bibliography if `citations` not enabled.John MacFarlane
2023-04-07DocBook reader: support more emphasis roles.Albert Krewinkel
2023-04-05Typst writer: use `<..>` for labels, create internal links.John MacFarlane
2023-04-05Add rowspan, colspan and alignment to cells in jats table reader (#8726)Noah Malmed
2023-04-05Fix pdf output via typst for the typst 0.1.0 release.John MacFarlane
2023-04-05Remove links from inside links in mediawiki writer (#8739)wgevaert
2023-04-05Org reader: treat `#+NAME` as synonym for `#+LABEL`.Albert Krewinkel
2023-04-01Org reader: require abstract environment to use lowercaseAlbert Krewinkel
2023-03-29HTML writer: use first paragraph in task item as checkbox label.Albert Krewinkel
2023-03-29Revert "HTML writer: wrap task items in labels."Albert Krewinkel
2023-03-29HTML writer: wrap task items in labels.Albert Krewinkel
2023-03-27Typst writer: fix alignment issue in lists.John MacFarlane
2023-03-27Typst: Use customized term instead of custom macro for def lists.John MacFarlane
2023-03-27Typst writer: support column aligns in tables.John MacFarlane
2023-03-27Typst: fix output for syntax-highlighted inline code.Albert Krewinkel
2023-03-26More Typst writer improvements.John MacFarlane
2023-03-26Typst writer improvements.John MacFarlane
2023-03-26Support typst as a pdf-engine.John MacFarlane
2023-03-25Add typst writer.John MacFarlane
2023-03-23T.P.App.CommandLineOptions: don't lowercase arg to `--from`/`--read`Albert Krewinkel
2023-03-22Org reader: Allow zero width space as an escape characterChristian Christiansen
2023-03-22DocBook reader: handle "book" for xref referencesAndres Freund
2023-03-21DocBook reader: handle `<part>`.John MacFarlane
2023-03-20T.P.Format: add new function `formatFromFilePaths` [API Change] (#8710)Albert Krewinkel
2023-03-20HTML reader: fix behavior with `-native_spans-raw_html`.John MacFarlane
2023-03-20HTML writer: Remove redundant `nubOrd`.John MacFarlane
2023-03-20Remove superfluous import.John MacFarlane
2023-03-20HTML writer: avoid duplicate classes.John MacFarlane
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