aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-01Added note on utf8-string dependency to INSTALL.fiddlosopher1-1/+5
2008-08-01Added utf8-string library to depends in debian/control.fiddlosopher1-2/+2
2008-08-01Added code for xml library (Text.XML.Light) to source tree,fiddlosopher8-4/+1116
2008-07-31Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher5-12/+13
2008-07-31Removed superfluous binary and bytestring dependencies in pandoc.cabal.fiddlosopher1-1/+1
2008-07-31Setup.hs: Use simpleUserHooks rather than deprecated defaultUserHooks.fiddlosopher1-3/+1
2008-07-31Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher6-101/+18
2008-07-31Added 'library' and 'executable' configuration flags.fiddlosopher2-0/+23
2008-07-31Added 'odt' output option to pandoc:fiddlosopher8-144/+210
2008-07-31OpenDocument writer: don't print alt text with Image.fiddlosopher1-2/+2
2008-07-31Fixed typo in pandoc.cabal.fiddlosopher1-1/+1
2008-07-31Simplified Setup.hs by removing PostClean hooks.fiddlosopher2-15/+4
2008-07-31Improved pandoc.cabal:fiddlosopher1-0/+21
2008-07-31Code cleanup in Text/Pandoc/Highlighting.hs.fiddlosopher1-4/+4
2008-07-31Use CPP to simplify build procedure for Highlighting.hs module.fiddlosopher4-53/+15
2008-07-27HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher2-4/+18
2008-07-27Added MediaWiki writer.fiddlosopher15-30/+1172
2008-07-26Added mention of opendocument writer to pandoc man page.fiddlosopher1-3/+5
2008-07-24Added OpenDocument format to cabal description.fiddlosopher1-1/+1
2008-07-23Markdown reader: Parse setext headers before atx headers.fiddlosopher1-1/+1
2008-07-23HTML writer test: use UTF-8 characters rather than entities.fiddlosopher1-8/+8
2008-07-23Fixed REFERENCEODT in markdown2odt to point to the right place in debian builds.fiddlosopher1-1/+1
2008-07-18Added proper support for embedded images to opendocument writer.fiddlosopher1-1/+6
2008-07-18Style fixes in opendocument writer:fiddlosopher1-9/+16
2008-07-18Modified content.xml and styles.xml for better appearance of ODT documents.fiddlosopher2-1455/+3
2008-07-15More work on smallcaps support.fiddlosopher10-10/+19
2008-07-15Add preliminary support for SmallCaps inline element. (Andrea Rossato)fiddlosopher11-10/+25
2008-07-15Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher12-1/+21
2008-07-15Commented out some unneeded code in HTML reader.fiddlosopher1-0/+4
2008-07-15Code cleanup - RST reader.fiddlosopher1-23/+93
2008-07-15Added type declarations to avoid -Wall 'defaulting' warnings in writers.fiddlosopher5-7/+6
2008-07-15LaTeX reader - Code cleanup.fiddlosopher1-16/+76
2008-07-14OpenDocument writer: Fixed typo in inline styles fix (super/sup).fiddlosopher1-9/+9
2008-07-14Code cleanup in LaTeX reader.fiddlosopher1-14/+50
2008-07-14OpenDocument writer: support nested inline styles.fiddlosopher1-23/+67
2008-07-13Code cleanup in TexMath reader.fiddlosopher1-1/+14
2008-07-13Code cleanup in ConTeXt writer.fiddlosopher1-18/+14
2008-07-13Code cleanup in Texinfo writer.fiddlosopher1-13/+27
2008-07-13Code cleanup in Man writer.fiddlosopher1-22/+23
2008-07-13Code cleanup in DocBook writer.fiddlosopher1-21/+36
2008-07-13Code cleanup in RTF writer.fiddlosopher1-18/+17
2008-07-13Code cleanup in S5 writer template.fiddlosopher1-7/+11
2008-07-13Code cleanup in RST writer to eliminate -Wall warnings.fiddlosopher1-28/+19
2008-07-13Code cleanup in markdown writer to eliminate -Wall warnings.fiddlosopher1-25/+24
2008-07-13Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings.fiddlosopher1-4/+5
2008-07-13Code cleanup in HTML writer to eliminate -Wall warnings.fiddlosopher1-52/+73
2008-07-13Code cleanup in LaTeX writer to eliminate -Wall warnings.fiddlosopher1-7/+11
2008-07-13OpenDocument writer: Indented bulleted lists as we do enumerated lists.fiddlosopher1-1/+1
2008-07-13Added distinction between tight and loose lists in OpenDocument writer.fiddlosopher1-7/+26
2008-07-13Fixed bugs in OpenDocument writer affecting nested block quotes.fiddlosopher1-7/+6