aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
AgeCommit message (Expand)AuthorFilesLines
2021-09-30epub: Add EPUB3 subject metadata (authority/term)nuew1-10/+31
2021-09-29EPUB writer: treat epub:type "frontispiece" as front matter.John MacFarlane1-1/+1
2021-08-03Stop using the HTTP package. (#7456)mt_caret1-2/+2
2021-07-07Don't incorporate externally linked images in EPUB documents (#7430)Michael Hoffmann1-1/+2
2021-05-10epub Writer: Fix belongs-to-collection XML id choice (#7267)nuew1-3/+3
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-183/+173
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane1-2/+2
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-3/+10
2021-02-03ePub writer: `belongs-to-collection` metadata (#7063)Nick Berendsen1-41/+58
2021-01-10Fix infinite HTTP requests when writing epubs from URL source.John MacFarlane1-5/+9
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2021-01-04EPUB writer: adjust internal links to identifiers...John MacFarlane1-0/+20
2021-01-03EPUB writer: recognize `Format "html4"`, `Format "html5"` as raw HTML.John MacFarlane1-2/+8
2021-01-03EPUB writer: adjust internal links to images, links, and tables...John MacFarlane1-0/+6
2020-12-03EPUB writer: include title page in landmarks.John MacFarlane1-2/+7
2020-12-03EPUB writer: add frontmatter type on body element for nav.xhtml.John MacFarlane1-1/+3
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-14/+12
2020-03-30Fix #6228 (#6230)Joseph C. Sible1-3/+3
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+3
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-03-04EPUB writer: fix regression on detection of front/back/bodymatter.John MacFarlane1-1/+2
2020-02-07Resolve HLint warningsAlbert Krewinkel1-6/+11
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible1-4/+4
2019-11-25EPUB writer: Fix regression with `--css option.John MacFarlane1-9/+13
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-77/+80
2019-11-03EPUB writer: ensure that `lang` variable is set on all chapters.John MacFarlane1-3/+5
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane1-31/+54
2019-09-20Bug fixes to EPUB chapter splitting.John MacFarlane1-15/+16
2019-09-19EPUB writer: make --epub-chapter-level work again.John MacFarlane1-19/+15
2019-09-19EPUB writer: improve splitting into chapters.John MacFarlane1-36/+23
2019-09-14Add chapter-title class to EPUB chapter title h1 elements.John MacFarlane1-3/+5
2019-09-14EPUB toChapters: don't treat "refs" Div specially.John MacFarlane1-1/+1
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-25/+29
2019-07-13Merge pull request #5590 from blmage/fix-4206John MacFarlane1-7/+16
2019-07-13EPUB writer: Use svg tag wrapper for cover image.John MacFarlane1-2/+12
2019-06-18Do not override existing "fileN" medias when writing to EPUB format (fix #4206)blmage1-7/+16
2019-06-04Fix document section assignments in EPUB writer.John MacFarlane1-4/+7
2019-05-27EPUB writer: don't include 'landmarks' if there aren't any.John MacFarlane1-9/+10
2019-04-23EPUB writer: Ensure unique ids for styleesheets in content.opf.John MacFarlane1-3/+3
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-08EPUB writer: ensure that picture transforms are done on metadata too.John MacFarlane1-6/+6
2019-01-02EPUB writer: small fixes to nav.xhtml.John MacFarlane1-0/+1
2018-11-24EPUB writer: handle calibre metadata.John MacFarlane1-1/+22
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane1-2/+2
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-4/+4
2018-10-28EPUB writer: use metadata field `css` instead of `stylesheet`mb211-3/+4
2018-09-04hlint some writersAlexander Krotov1-1/+1
2018-08-28EPUB writer: set epub:type on body element intelligently.John MacFarlane1-6/+22