aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Chunks.hs
AgeCommit message (Expand)Author
2024-07-30Chunks: replace partial function `tail` with `drop 1`.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-01-30Chunks: autogenerate unique ids for sections missing them.John MacFarlane
2024-01-29Chunks: improve fixTOCTreePaths.John MacFarlane
2023-12-22T.P.Chunks: Fine tune `makeChunks`.John MacFarlane
2023-02-09Lua: add field `chunk_template` to WriterOptions objects [API change]Albert Krewinkel
2023-01-30Add new `--chunk-template` option (closes #8581).John MacFarlane
2023-01-18Add param to tocToList for numberSections.John MacFarlane
2023-01-15T.P.Chunks changes.John MacFarlane
2023-01-15Chunks: export `tocToList`Albert Krewinkel
2023-01-11Add ChunkedHTML writer.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-06Move SecInfo, toTOCTree to T.P.Chunks.John MacFarlane
2022-11-06Add Text.Pandoc.Chunks.John MacFarlane