aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
AgeCommit message (Expand)Author
2025-12-05RST reader: fix definition lists where term ends with `-`.John MacFarlane
2025-11-30RST reader: correctly handle intraword emphasis.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-15RST reader: parse `:alt:` on figure.John MacFarlane
2025-09-09RST Reader: Add col spans for simple tablesTuong Nguyen Manh
2025-09-02RST Reader: Support multiple header rows (#11057)TuongNM
2024-12-27RST reader: fix handling of underscores.John MacFarlane
2024-12-23Fix spacing error.John MacFarlane
2024-12-22RST reader: handle explicit reference links (#10485)silby
2024-10-23RST reader: support :file: on raw directive.John MacFarlane
2024-10-23RST reader: implement option lists.John MacFarlane
2024-10-16RST reader: handle block level substitutions.John MacFarlane
2024-10-15RST reader: avoid putting metadata in Para.John MacFarlane
2024-10-15RST reader: fix linked substitutions.John MacFarlane
2024-10-15RST reader: support inline anchors.John MacFarlane
2024-10-15RST reader: explicit links define references.John MacFarlane
2024-10-13RST reader: Use a new one-pass parsing strategy.John MacFarlane
2024-10-09RST reader: ignore newlines in URL in explicit link.John MacFarlane
2024-08-29RST reader: improve simple table support.John MacFarlane
2024-06-21RST reader: Support `:cite:` role with citeproc.John MacFarlane
2024-05-27RST reader: tighten up rules fro when emphasis can start.John MacFarlane
2024-05-10RST reader: fix figclass and align annotations for figures (#9744)Gokul Rajiv
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-05-29RST redear: Fix sorting on anonymous keys.John MacFarlane
2023-02-24RST reader: align with spec in syntax for role names.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-19RST reader: support `mark` role for round-trip.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-07-30Support rowspans and colspans in grid tables (#8202)Albert Krewinkel
2022-04-24Add tsv (tab separated values) as an input format.John MacFarlane
2022-03-29RST reader: wrap math in Span to preserve attributes (#7998)Albert Krewinkel
2022-02-11RST reader: fix treatment of headerless simple tables.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-09-13RST reader: handle escaped colons in reference definitions.John MacFarlane
2021-08-20RST reader: Fix `:literal:` includes.John MacFarlane
2021-07-09RST reader: fix regression with code includes.John MacFarlane
2021-05-09RST reader: seek include files in the directory...John MacFarlane
2021-05-09RST reader: use `insertIncludedFile` from T.P.Parsing...John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-28Smarter smart quotes.John MacFarlane
2021-03-09RST reader: fix logic for ending comments.John MacFarlane
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane
2021-01-31RST reader: fix handling of header in CSV tables.John MacFarlane