aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-12EPUB writer: properly escape pagetitle.John MacFarlane1-3/+6
2018-03-23EPUB writer: ensure that pagetitle is always set...John MacFarlane1-6/+12
2018-03-18EPUB writer: remove notes from TOC in nav.xhtml (#4463)Mauro Bieg1-4/+5
2018-03-18Removed old-locale flag and Text.Pandoc.Compat.Time.John MacFarlane1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-2/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-11-14EPUB writer: Fixed path for cover image.John MacFarlane1-1/+1
2017-11-14EPUB writer: fix paths for cover image.John MacFarlane1-2/+2
2017-11-08EPUB writer: fixed modified paths for raw HTML tagsJohn MacFarlane1-2/+2
2017-11-07EPUB writer: fixed EPUB OCF structure.John MacFarlane1-65/+82
2017-11-07EPUB writer: fix image paths with empty `--epub-subdirectory`.John MacFarlane1-3/+9
2017-10-30EPUB writer: fixed filepaths for nonstandard epub-subdirectory values.John MacFarlane1-16/+23
2017-10-30EPUB writer fixes:John MacFarlane1-23/+32
2017-10-29Source code reformatting.John MacFarlane1-1/+1
2017-10-29hlint suggestions.John MacFarlane1-24/+25
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-8/+8