aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Typst.hs
AgeCommit message (Expand)Author
2025-10-30Typst reader: handle document metadata and `#title`.John MacFarlane
2025-09-10Add support for reading typst pagebreak (#11126)Raymond Berger
2025-08-30Typst reader: fix addition of image path prefix to use posix separator.John MacFarlane
2025-08-30Typst reader: properly resolve image paths in included files.John MacFarlane
2025-08-03Typst reader: handle inline-level show rules on block content.John MacFarlane
2025-05-12Use latest texmath and dev typst.John MacFarlane
2024-10-21Typst reader: avoid generating empty paragraphs.John MacFarlane
2024-10-21Typst reader: fix `#quote` attribution.John MacFarlane
2024-10-21Typst reader: Fix typo in unicode code point for em dash.John MacFarlane
2024-09-08Typst reader: change how "block" elements are handled.John MacFarlane
2024-07-06Typst reader: ignore 'pad' and just parse its body.John MacFarlane
2024-05-27Typst reader: handle inline bodies ending in a parbreak.John MacFarlane
2024-05-27Typst reader: fix an incomplete pattern match.John MacFarlane
2024-03-22Minor comment and indentation fixes.John MacFarlane
2024-03-22Typst reader: support Typst 0.11 table features.John MacFarlane
2024-03-21Typst reader: parse cell col/rowspans.John MacFarlane
2024-03-21Typst reader: Further refactoring on the way to improved table support.John MacFarlane
2024-03-21Typst reader: refactor out parseTable.John MacFarlane
2024-02-05Typst reader: improve handling of inline `#quote`.John MacFarlane
2023-12-11Typst reader: don't include metadata from document element.John MacFarlane
2023-12-10Typst reader: parse metadata from document element.John MacFarlane
2023-12-10Typst reader: add state fields for metadata.John MacFarlane
2023-12-10Typst reader: support sys.version.John MacFarlane
2023-12-09Typst reader: allow @refs to become citations...John MacFarlane
2023-12-09Typst reader: collapse adjacent cite elements.John MacFarlane
2023-12-09Typst reader: fix temporary regression in cite.John MacFarlane
2023-12-08Typst reader: change cite (only one key allowed, a label).John MacFarlane
2023-12-08Typst reader: support quote element. (typst 0.9)John MacFarlane
2023-07-10Typst reader: fix regression in recognition of display math.John MacFarlane
2023-07-06Typst reader: filter out CR in raw.John MacFarlane
2023-07-06Typst reader: handle blockish content for link element.John MacFarlane
2023-07-06Rewrite Typst reader.John MacFarlane
2023-07-06Typst reader: allow block-level content in text element.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-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-06Add typst reader.John MacFarlane