pandoc/src/Text/Pandoc
John MacFarlane ae6028d442 EPUB writer: Better TOC and footnote handling.
* Here we go back to splitting the document at the Pandoc AST
  level, and converting each chapter to HTML separately.
* Fixes bug in footnote processing introduced by
  commit 01d109e2ef.  The bug caused
  all footnotes to appear in the last chapter, so that footnote
  links from other chapters would not work.  Closes #651.
* We also disable writerTableOfContents, since TOC is automatic
  for epub.
2012-11-04 18:06:28 -08:00
..
Readers DocBook reader: Support title in "figure" element. 2012-11-02 16:21:06 -07:00
Writers EPUB writer: Better TOC and footnote handling. 2012-11-04 18:06:28 -08:00
Biblio.hs Fixed Biblio for extra parameter on Citation. 2012-10-22 09:30:05 -07:00
Highlighting.hs Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
ImageSize.hs ImageSize: Fixed implementation of sizeInPoints. 2012-01-15 16:01:46 -08:00
MIME.hs Added MIME types for .wof and .eot. 2012-10-11 09:33:10 -07:00
Options.hs Re-added Read instance for ReaderOptions. 2012-10-14 22:14:15 -07:00
Parsing.hs Revert "Added stateWarnings to ParserState, added warning function." 2012-10-05 19:38:43 -07:00
PDF.hs PDF: Run latex at least two times. 2012-03-19 09:25:33 -07:00
Pretty.hs Pretty: Fixed bug that caused combining characters to be dropped. 2012-08-13 15:52:41 -07:00
SelfContained.hs Removed need for utf8-string package. 2012-09-25 19:54:21 -07:00
Shared.hs Renamed removedLeadingTrailingSpace to trim. 2012-09-29 17:09:34 -04:00
Slides.hs Don't generate empty H1 after hrule slide breaks. 2012-06-25 14:52:09 -07:00
Templates.hs Preliminary changes for epub3 format. 2012-11-02 17:46:22 -07:00
UTF8.hs UTF8: Removed unneeded imports. 2012-09-29 09:56:47 -04:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs Fixed bug in fromEntities. 2012-04-14 22:52:14 -07:00