index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
EPUB.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
EPUB writer: include title page in landmarks.
John MacFarlane
1
-2
/
+7
2020-12-03
EPUB writer: add frontmatter type on body element for nav.xhtml.
John MacFarlane
1
-1
/
+3
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-14
/
+12
2020-03-30
Fix #6228 (#6230)
Joseph C. Sible
1
-3
/
+3
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-2
/
+3
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-03-04
EPUB writer: fix regression on detection of front/back/bodymatter.
John MacFarlane
1
-1
/
+2
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-6
/
+11
2020-02-03
Swap suboptimal uses of maybe and fromMaybe (#6111)
Joseph C. Sible
1
-4
/
+4
2019-11-25
EPUB writer: Fix regression with `--css option.
John MacFarlane
1
-9
/
+13
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-77
/
+80
2019-11-03
EPUB writer: ensure that `lang` variable is set on all chapters.
John MacFarlane
1
-3
/
+5
2019-10-09
Options.WriterOptions: Change type of writerVariables to Context Text.
John MacFarlane
1
-31
/
+54
2019-09-20
Bug fixes to EPUB chapter splitting.
John MacFarlane
1
-15
/
+16
2019-09-19
EPUB writer: make --epub-chapter-level work again.
John MacFarlane
1
-19
/
+15
2019-09-19
EPUB writer: improve splitting into chapters.
John MacFarlane
1
-36
/
+23
2019-09-14
Add chapter-title class to EPUB chapter title h1 elements.
John MacFarlane
1
-3
/
+5
2019-09-14
EPUB toChapters: don't treat "refs" Div specially.
John MacFarlane
1
-1
/
+1
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
1
-25
/
+29
2019-07-13
Merge pull request #5590 from blmage/fix-4206
John MacFarlane
1
-7
/
+16
2019-07-13
EPUB writer: Use svg tag wrapper for cover image.
John MacFarlane
1
-2
/
+12
2019-06-18
Do not override existing "fileN" medias when writing to EPUB format (fix #4206)
blmage
1
-7
/
+16
2019-06-04
Fix document section assignments in EPUB writer.
John MacFarlane
1
-4
/
+7
2019-05-27
EPUB writer: don't include 'landmarks' if there aren't any.
John MacFarlane
1
-9
/
+10
2019-04-23
EPUB writer: Ensure unique ids for styleesheets in content.opf.
John MacFarlane
1
-3
/
+3
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-08
EPUB writer: ensure that picture transforms are done on metadata too.
John MacFarlane
1
-6
/
+6
2019-01-02
EPUB writer: small fixes to nav.xhtml.
John MacFarlane
1
-0
/
+1
2018-11-24
EPUB writer: handle calibre metadata.
John MacFarlane
1
-1
/
+22
2018-11-19
For bibliography match Div with id 'refs', not class 'references'.
John MacFarlane
1
-2
/
+2
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-4
/
+4
2018-10-28
EPUB writer: use metadata field `css` instead of `stylesheet`
mb21
1
-3
/
+4
2018-09-04
hlint some writers
Alexander Krotov
1
-1
/
+1
2018-08-28
EPUB writer: set epub:type on body element intelligently.
John MacFarlane
1
-6
/
+22
2018-05-12
EPUB writer: properly escape pagetitle.
John MacFarlane
1
-3
/
+6
2018-03-23
EPUB writer: ensure that pagetitle is always set...
John MacFarlane
1
-6
/
+12
2018-03-18
EPUB writer: remove notes from TOC in nav.xhtml (#4463)
Mauro Bieg
1
-4
/
+5
2018-03-18
Removed old-locale flag and Text.Pandoc.Compat.Time.
John MacFarlane
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-17
hlint fixes.
John MacFarlane
1
-2
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-11-14
EPUB writer: Fixed path for cover image.
John MacFarlane
1
-1
/
+1
2017-11-14
EPUB writer: fix paths for cover image.
John MacFarlane
1
-2
/
+2
2017-11-08
EPUB writer: fixed modified paths for raw HTML tags
John MacFarlane
1
-2
/
+2
2017-11-07
EPUB writer: fixed EPUB OCF structure.
John MacFarlane
1
-65
/
+82
2017-11-07
EPUB writer: fix image paths with empty `--epub-subdirectory`.
John MacFarlane
1
-3
/
+9
2017-10-30
EPUB writer: fixed filepaths for nonstandard epub-subdirectory values.
John MacFarlane
1
-16
/
+23
2017-10-30
EPUB writer fixes:
John MacFarlane
1
-23
/
+32
[next]