summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* OpenDocument writer: don't print alt text with Image.fiddlosopher2008-07-31
* Fixed typo in pandoc.cabal.fiddlosopher2008-07-31
* Simplified Setup.hs by removing PostClean hooks.fiddlosopher2008-07-31
* Improved pandoc.cabal:fiddlosopher2008-07-31
* Code cleanup in Text/Pandoc/Highlighting.hs.fiddlosopher2008-07-31
* Use CPP to simplify build procedure for Highlighting.hs module.fiddlosopher2008-07-31
* HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher2008-07-27
* Added MediaWiki writer.fiddlosopher2008-07-27
* Added mention of opendocument writer to pandoc man page.fiddlosopher2008-07-26
* Added OpenDocument format to cabal description.fiddlosopher2008-07-24
* Markdown reader: Parse setext headers before atx headers.fiddlosopher2008-07-23
* HTML writer test: use UTF-8 characters rather than entities.fiddlosopher2008-07-23
* Fixed REFERENCEODT in markdown2odt to point to the right place in debian builds.fiddlosopher2008-07-23
* Added proper support for embedded images to opendocument writer.fiddlosopher2008-07-18
* Style fixes in opendocument writer:fiddlosopher2008-07-18
* Modified content.xml and styles.xml for better appearance of ODT documents.fiddlosopher2008-07-18
* More work on smallcaps support.fiddlosopher2008-07-15
* Add preliminary support for SmallCaps inline element. (Andrea Rossato)fiddlosopher2008-07-15
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15
* Commented out some unneeded code in HTML reader.fiddlosopher2008-07-15
* Code cleanup - RST reader.fiddlosopher2008-07-15
* Added type declarations to avoid -Wall 'defaulting' warnings in writers.fiddlosopher2008-07-15
* LaTeX reader - Code cleanup.fiddlosopher2008-07-15
* OpenDocument writer: Fixed typo in inline styles fix (super/sup).fiddlosopher2008-07-14
* Code cleanup in LaTeX reader.fiddlosopher2008-07-14
* OpenDocument writer: support nested inline styles.fiddlosopher2008-07-14
* Code cleanup in TexMath reader.fiddlosopher2008-07-13
* Code cleanup in ConTeXt writer.fiddlosopher2008-07-13
* Code cleanup in Texinfo writer.fiddlosopher2008-07-13
* Code cleanup in Man writer.fiddlosopher2008-07-13
* Code cleanup in DocBook writer.fiddlosopher2008-07-13
* Code cleanup in RTF writer.fiddlosopher2008-07-13
* Code cleanup in S5 writer template.fiddlosopher2008-07-13
* Code cleanup in RST writer to eliminate -Wall warnings.fiddlosopher2008-07-13
* Code cleanup in markdown writer to eliminate -Wall warnings.fiddlosopher2008-07-13
* Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings.fiddlosopher2008-07-13
* Code cleanup in HTML writer to eliminate -Wall warnings.fiddlosopher2008-07-13
* Code cleanup in LaTeX writer to eliminate -Wall warnings.fiddlosopher2008-07-13
* OpenDocument writer: Indented bulleted lists as we do enumerated lists.fiddlosopher2008-07-13
* Added distinction between tight and loose lists in OpenDocument writer.fiddlosopher2008-07-13
* Fixed bugs in OpenDocument writer affecting nested block quotes.fiddlosopher2008-07-13
* Escape '\160' as " ", not " " in XML.fiddlosopher2008-07-13
* Added paragraph to README about producing S5 with separate CSS/javascript.fiddlosopher2008-07-11
* Added type signatures and fixed other -Wall warnings in Markdown reader.fiddlosopher2008-07-11
* Added a few more recognized abbreviations to 'abbrev' parser.fiddlosopher2008-07-11
* Print unicode \160 literally in markdown writer, rather than as  .fiddlosopher2008-07-11
* In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher2008-07-11
* Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher2008-07-11
* Added note to INSTALL that Cabal >= 1.2 is required for build.fiddlosopher2008-07-10
* Changed inDefinition and indentPara to stInDefinition and stIndentParafiddlosopher2008-07-10