aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
12 daysDocBook/JATS reader: don't export surrounding space from inline elements.John MacFarlane
2026-01-08LaTeX reader: handle more quote macros.John MacFarlane
2026-01-07Docx reader: handle tables without tblGrid.John MacFarlane
2026-01-03DocBook reader: support "role" attribute (#11255)Yann Trividic
2026-01-02RTF reader: Improve hyperlink parsing more (#11370)Tuong Nguyen Manh
2025-12-30MediaWiki: better handling of inline tags.John MacFarlane
2025-12-29MediaWiki reader: handle non-recognized tags as plain text.John MacFarlane
2025-12-29RTF reader: fix bug where list items were...John MacFarlane
2025-12-28ODT reader: Add table row and column spans (#11366)Tuong Nguyen Manh
2025-12-27RTF reader: Ensure new paragraph on \pard (#11361)Tuong Nguyen Manh
2025-12-20MediaWiki reader: add behavior switches support (#11354)Anton Melnikov
2025-12-13DocBook reader: Fix adding wrong metadata (#11347)Tuong Nguyen Manh
2025-12-12Fix some more imports involving foldl'.John MacFarlane
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2025-12-11Fix compiler warning.John MacFarlane
2025-12-10Org: don't include 'example' class when parsing org example blocks.John MacFarlane
2025-12-07Implement `reset-citation-positions` class on headings.John MacFarlane
2025-12-05HTML reader: parse inline style elements as RawInline.John MacFarlane
2025-12-05Revert "HTML reader: ignore style tags in the body."John MacFarlane
2025-12-05RST reader: fix definition lists where term ends with `-`.John MacFarlane
2025-12-01Fix spacing issue.John MacFarlane
2025-11-30Docx reader: Handle REF link instruction (#11296)Ezwal
2025-11-30RST reader: correctly handle intraword emphasis.John MacFarlane
2025-11-30Make Control.Monad import unqualified.John MacFarlane
2025-11-29Avoid compiler warning with mplus import.John MacFarlane
2025-11-29Add asciidoc as an input format.John MacFarlane
2025-11-24Add `xlsx` (Microsoft Excel) as an input format.Anton Antich
2025-11-24Support pptx (PowerPoint) as an input format.Anton Antich
2025-11-12Docx reader: check recursively for caption styles.Albert Krewinkel
2025-11-05LaTeX reader: revert `\linebreak` as LineBreak.John MacFarlane
2025-11-04Better handling of `\makeatletter` in parsing raw LaTeX.John MacFarlane
2025-11-04Revert "Improve parsing of raw LaTeX blocks..."John MacFarlane
2025-11-04Improve parsing of raw LaTeX blocks...John MacFarlane
2025-11-04T.P.LaTeX.Parsing: change type on rawLaTeXParser.John MacFarlane
2025-11-04LaTeX reader: fix spurious paragraph breaks in math environments (#11265)Emmanuel Ferdman
2025-11-03LaTeX reader: fix bugs in raw LaTeX parsing.John MacFarlane
2025-11-03Markdown reader: fix performance issue in links with `'`.John MacFarlane
2025-10-30Typst reader: handle document metadata and `#title`.John MacFarlane
2025-10-28LaTeX reader: Moved some entries from environments to blockCommands.John MacFarlane
2025-10-27Djot reader: add Space elements.John MacFarlane
2025-10-18Org reader: parse parameter lists on unknown blocks.Albert Krewinkel
2025-10-18Org reader: add support for dynamic blocks.Albert Krewinkel
2025-10-13RTF reader: improve hyperlink parsing.John MacFarlane
2025-10-11HTML reader: allow blank space between open and close iframe.John MacFarlane
2025-10-02Markdown tables: implement `table_attributes` extension.John MacFarlane
2025-09-19Docx reader: handle figures in indented paragraphs.John MacFarlane
2025-09-18RST reader: fix regression in simple table parsing.John MacFarlane
2025-09-18RST reader: SkippedContent warning if table directive...John MacFarlane
2025-09-17RST simple table fix.John MacFarlane
2025-09-17Docx reader: change default for textwidth.John MacFarlane