Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -3/+3 | |
The old TeX, HtmlInline and RawHtml elements have been removed and replaced by generic RawInline and RawBlock elements. All modules updated to use the new raw elements. | |||||
2010-12-24 | Use functions from Text.Pandoc.Generic instead of processWith(M). | John MacFarlane | 1 | -1/+2 | |
2010-07-09 | Cleaned up EPUB writer. | John MacFarlane | 1 | -33/+43 | |
2010-07-08 | EPUB writer: don't put multiple copies of same image in epub. | John MacFarlane | 1 | -10/+17 | |
2010-07-08 | Get default stylesheet in EPUB writer, rather than pandoc.hs. | John MacFarlane | 1 | -2/+5 | |
2010-07-08 | Added writerSourceDirectory to WriterOptions. | John MacFarlane | 1 | -3/+3 | |
This allows us to remove an argument from the ODT and EPUB writers. | |||||
2010-07-05 | Made -Wall clean. | John MacFarlane | 1 | -1/+1 | |
2010-07-05 | Removed links (internal and external). | John MacFarlane | 1 | -15/+17 | |
2010-07-05 | Process user-supplied EPUB metadata. | John MacFarlane | 1 | -7/+21 | |
Read a sequence of elements from the file. Ignore anything that's not valid Dublin Core. If title, language, uuid not supplied, supply them. | |||||
2010-07-05 | Added an EPUB writer. | John MacFarlane | 1 | -0/+247 | |
+ New writer module Text.Pandoc.Writers.EPUB + Stylesheet in epub.css + --epub-stylesheet command-line option. + New utility module Text.Pandoc.UUID to generate random UUIDs for EPUBs. |