aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ChunkedHTML.hs
AgeCommit message (Expand)Author
2023-07-25ChunkedHTML writer: Fix regression including mathjax script.John MacFarlane
2023-06-20ChunkedHTML writer: Make math work in top-level page.John MacFarlane
2023-02-15Retain metadata in processing sections for chunked HTML.John MacFarlane
2023-02-15Remove unnecessary pragmas.John MacFarlane
2023-01-30Add new `--chunk-template` option (closes #8581).John MacFarlane
2023-01-20Chunked HTML writer: Fix handling of images with absolute URLs.John MacFarlane
2023-01-18Add param to tocToList for numberSections.John MacFarlane
2023-01-17Fix spacing errors.John MacFarlane
2023-01-15T.P.Chunks changes.John MacFarlane
2023-01-13ChunkedHTML writer: use fetchItem to get resources.John MacFarlane
2023-01-12Replace `--epub-chapter-level` with `--split-level`.John MacFarlane
2023-01-11Add ChunkedHTML writer.John MacFarlane