aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Transforms.hs
AgeCommit message (Collapse)Author
2024-12-19Allow `--shift-heading-level-by=-1` to work in djot...John MacFarlane
...in the same way it works for other formats (with the top-level heading being promoted to metadata title). This needed special treatment because of the way djot surrounds sections with Divs. Closes #10459.
2024-05-10Collect transforms in new module T.P.Transforms. [API change]Albert Krewinkel
Bundles all document transformations, i.e., functions that run predefined filters on Pandoc documents.