summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* gladTeX HTML - specify ENV for display or inline.John MacFarlane2010-08-01
* Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.John MacFarlane2010-07-22
* Improved cutUp function, removed extra </div>John MacFarlane2010-07-22
* Moved s5 writing from S5 module to HTML.John MacFarlane2010-07-22
* Extended --offline to s5.John MacFarlane2010-07-22
* Slidy writer: Avoid spurious blank page.John MacFarlane2010-07-22
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Slidy writer: create new slide at every level 1 header.John MacFarlane2010-07-18
* Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane2010-07-16
* Added --section-divs option.John MacFarlane2010-07-15
* Added --webtex option for HTML math.John MacFarlane2010-07-15
* Improved handling of code in man writer.John MacFarlane2010-07-14
* Code cleanup, S5 writer.John MacFarlane2010-07-14
* Improved Slidy writer.John MacFarlane2010-07-13
* Added a slidy writer.John MacFarlane2010-07-13
* Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane2010-07-11
|\
| * Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* | Cleaned up EPUB writer.John MacFarlane2010-07-09
* | EPUB writer: don't put multiple copies of same image in epub.John MacFarlane2010-07-08
* | Get default stylesheet in EPUB writer, rather than pandoc.hs.John MacFarlane2010-07-08
* | Added writerUserDataDir to WriterOptions.John MacFarlane2010-07-08
* | Added writerSourceDirectory to WriterOptions.John MacFarlane2010-07-08
* | Addendum to the fix to issue #242.John MacFarlane2010-07-07
* | Allow language-neutral table captions.John MacFarlane2010-07-06
* | Made -Wall clean.John MacFarlane2010-07-05
* | Removed links (internal and external).John MacFarlane2010-07-05
* | Process user-supplied EPUB metadata.John MacFarlane2010-07-05
* | Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane2010-07-05
* | Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane2010-07-05
* | Added an EPUB writer.John MacFarlane2010-07-05
* | Made a proper ODT writer.John MacFarlane2010-07-05
* | Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane2010-06-30
* | Add birdtracks to lhs in HTML when compiled wo -fhighlighting.John MacFarlane2010-06-28
* | Made KeyTable a map instead of an association list.John MacFarlane2010-05-08
* | Man writer: convert math to unicode when possible.John MacFarlane2010-04-26
* | Give LaTeX images a maximum width using the prelude onlyMax Bolingbroke2010-04-10
|/
* Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane2010-03-23
* Don't escape URIs in HTML writer.John MacFarlane2010-03-23
* Updated copyright notices.John MacFarlane2010-03-23
* Fixed treatment of unicode characters in URIs.John MacFarlane2010-03-23
* OpenDocument writer: Use a Map for stTextStyleAttr.John MacFarlane2010-03-22
* HTML writer: fixed error in Math writer that caused infinite loop.John MacFarlane2010-03-21
* HTML writer: Don't include TOC div if table of contents is empty.fiddlosopher2010-03-20
* Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher2010-03-18
* Added plain writer.fiddlosopher2010-03-18
* MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher2010-03-18
* Texinfo writer: Handle images in figures.fiddlosopher2010-03-18
* HTML writer: Use a p rather than a div for image caption.fiddlosopher2010-03-18
* RST writer: handle images in figures.fiddlosopher2010-03-18
* MediaWiki writer: Support images in figures.fiddlosopher2010-03-17