summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2023-07-05MediaWiki reader: revise treatment of "link trail."John MacFarlane
2023-07-05Use latest dev typst-hs.John MacFarlane
2023-07-05Typst reader: handle style, align, place in inline contexts too.John MacFarlane
2023-07-03Get things working with latest dev version of typst.John MacFarlane
2023-07-01Typst writer: some math improvements.John MacFarlane
2023-06-30Typst reader: improve info message for skipped elements.John MacFarlane
2023-06-30Fix typst reader for new typst-hs version.John MacFarlane
2023-06-28Markdown reader: Further strictness annotations.John MacFarlane
2023-06-28Markdown reader: add strictness annotations.John MacFarlane
2023-06-26Require commonmark >= 0.2.3 and fix import warning.John MacFarlane
2023-06-24Fix spacing issues.John MacFarlane
2023-06-24Update TableBody RowHeadColumns caculation: change from max to min (#8634)Ruqi
2023-06-22Retain image query parameters in dokuwiki reader (#8887)ech0
2023-06-22Textile reader: Add support for link references (#8706)Stephen Altamirano
2023-06-22LaTeX reader: support alt text on images. (#8745)Albert Krewinkel
2023-06-19Make `implicit_figures` work again in commonmark reader.John MacFarlane
2023-06-08Add footer and multiple body parsing to JATS table reader (#8795)Noah Malmed
2023-06-07Parse references title from ref-list in JATS reader.John MacFarlane
2023-06-06Fix whitespace.John MacFarlane
2023-06-06Add typst reader.John MacFarlane
2023-06-06Improve title and label parsing in the JATS reader (#8840)Noah Malmed
2023-06-05ODT reader: allow lists in table cells. Closes #8892.John MacFarlane
2023-06-04ODT reader: allow frames inside spans.John MacFarlane
2023-05-29RST redear: Fix sorting on anonymous keys.John MacFarlane
2023-05-17HTML reader: fix iframe with data URI of an image.John MacFarlane
2023-05-08Introduce support for Intense Quote in Docx conversionStephan Meijer
2023-05-04Markdown reader: disallow escaping of `~` and `"` in markdown_strictAlbert Krewinkel
2023-05-04LaTeX reader: ignore args to column type in `\multicolumn`.Albert Krewinkel
2023-04-14Fix bug in RTF table parsing.John MacFarlane
2023-04-07DocBook reader: support more emphasis roles.Albert Krewinkel
2023-04-05Add rowspan, colspan and alignment to cells in jats table reader (#8726)Noah Malmed
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-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-20HTML reader: fix behavior with `-native_spans-raw_html`.John MacFarlane
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-02EPUB reader: Give additional information in error...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-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-15fixed <xref> references to tables in DocBook filesPavol Otto
2023-01-29Add support for Textile footnote backlinks (#8585)Stephen Altamirano
2023-01-29ODT reader: fix blockquote indent detectionDaniel Kessler