aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-07Added table tests for all writers.fiddlosopher1-0/+12
2007-07-07Haddock documentation for Text.Pandoc.Blocks.fiddlosopher1-4/+51
2007-07-07Man writer: Use integral n measures instead of fractional ifiddlosopher1-1/+2
2007-07-07Added Maintainer and Copyright fields to pandoc.cabal.fiddlosopher1-1/+3
2007-07-07Put table of contents in its own div (id="toc").fiddlosopher1-1/+1
2007-07-07HTML writer modifications:fiddlosopher1-23/+57
2007-07-07+ Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher3-20/+26
2007-07-07Added writerTableOfContents to WriterOptions, and added afiddlosopher2-11/+23
2007-07-07Renamed Pandoc.cabal -> pandoc.cabal, for better compatibilityfiddlosopher3-4/+2
2007-07-07Changes to HTML writer to incorporate automatic identifiers forfiddlosopher1-16/+66
2007-07-07Minor comment change.fiddlosopher1-1/+1
2007-07-06Pandoc.hs: Export all definitions in Text.Pandoc.Definition,fiddlosopher1-1/+7
2007-07-06README: Documented the fact that if pandoc is calledfiddlosopher1-0/+8
2007-07-06Minor wording changes in README.fiddlosopher1-3/+3
2007-07-06Fixed bug in Markdown reader: links in footnotes were notfiddlosopher1-4/+10
2007-07-05Added table support to RST writer.fiddlosopher1-3/+34
2007-07-04Added table support to markdown writer.fiddlosopher1-3/+34
2007-07-04Improvements/bug fixes to Text.Pandoc.Blocksfiddlosopher1-3/+32
2007-07-04Include Text.Pandoc.Blocks in Pandoc.cabal's file list.fiddlosopher1-1/+2
2007-07-04Added Text.Pandoc.Blocks module for prettyprinting offiddlosopher1-0/+63
2007-07-04Man writer:fiddlosopher5-7/+13
2007-07-04Added table support to man writer (using the tbl preprocessor).fiddlosopher1-10/+36
2007-07-03Changes to website:fiddlosopher3-5/+11
2007-07-02FreeBSD Makefile - bump version to 0.4, and requirefiddlosopher1-2/+2
2007-07-02Documented man output in pandoc.1.md man page.fiddlosopher1-5/+5
2007-07-02Man writer: don't change - to \- (minus sign).fiddlosopher1-1/+1
2007-07-02Man writer: better output for line break:fiddlosopher1-1/+1
2007-07-02Minor changes in Man writer:fiddlosopher1-18/+26
2007-07-02Don't use -S option in processing man pages,fiddlosopher1-1/+1
2007-07-02Minor changes in man page sources.fiddlosopher4-14/+13
2007-07-01Man pages are now generated from markdown templates,fiddlosopher9-380/+381
2007-07-01Modified escaping in Man writer. Also changedfiddlosopher1-5/+5
2007-06-30Modified Main.hs and Pandoc.cabal to add man pagefiddlosopher2-0/+4
2007-06-30Added groff man writer.fiddlosopher1-0/+263
2007-06-17Makefile changes:fiddlosopher1-10/+7
2007-06-17Include Pandoc.cabal in repository; do not generate it fromfiddlosopher2-51/+7
2007-06-17Changed documentation to indicate that GHC 6.6 is required.fiddlosopher2-8/+2
2007-06-17Minor documentation changes to ASCIIMathML.hs template.fiddlosopher1-2/+2
2007-05-26Adjust Debian package dependencies:roktas1-1/+1
2007-05-11Added RTF table writer tests.fiddlosopher2-0/+284
2007-05-10Require blankspace (but not multiple lines) between URL andfiddlosopher1-5/+6
2007-05-10Fixed bug with indented blocks occurring in definition lists.fiddlosopher1-1/+3
2007-05-10Updated test suite with new tests for definition lists.fiddlosopher9-0/+538
2007-05-10Improved prettyprinting of definition lists.fiddlosopher1-3/+3
2007-05-09Added support for definition lists in Docbook writer.fiddlosopher1-2/+20
2007-05-09+ Use new alignment parameter in title/author/date,fiddlosopher2-278/+278
2007-05-03Changes to RTF writer:fiddlosopher1-46/+91
2007-05-03Added support for definition lists to RST writer.fiddlosopher1-0/+10
2007-05-03Added support for definition lists to markdownfiddlosopher1-0/+14
2007-05-03Add -asxhtml flag to tidy in html2markdown. This willfiddlosopher1-2/+2