aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-11Use smartquotes and table of contents in generatingfiddlosopher1-1/+1
2007-07-10Small changes to website.fiddlosopher2-3/+3
2007-07-10Updated features.txt in website.fiddlosopher1-6/+8
2007-07-10README: Documented man page writer, special title-linefiddlosopher1-21/+33
2007-07-10Use "Pandoc User Manuals" as bottom-left footer in manfiddlosopher4-4/+4
2007-07-10Recognize output filenames with any single-digit extension as manfiddlosopher1-1/+1
2007-07-09Added a test case with an inline link containing bracketed text.fiddlosopher11-10/+16
2007-07-09Minor cosmetic changes to runtests.pl ("passed" infiddlosopher1-2/+2
2007-07-09Markdown reader: Parse bracketed text in inline footnotes. Previously,fiddlosopher1-2/+10
2007-07-09RST reader: Allow hyperlink target URIs to be split over multiplefiddlosopher1-10/+14
2007-07-09Moved Text.ParserCombinators.Pandoc ->fiddlosopher6-15/+14
2007-07-09Added type declaration for hsepBlocks infiddlosopher1-0/+1
2007-07-09+ Cleaned up runtests.pl. Incorporated table tests in loop withfiddlosopher3-39/+10
2007-07-09Text.Pandoc.Blocks:fiddlosopher3-31/+32
2007-07-09Markdown writer:fiddlosopher2-8/+7
2007-07-09Added --toc support to Markdown writer.fiddlosopher1-6/+26
2007-07-09Added support for --toc to RTF writer.fiddlosopher1-2/+20
2007-07-09Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher2-5/+6
2007-07-08Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher4-11/+21
2007-07-08Changes to tests to accommodate r653.fiddlosopher5-48/+48
2007-07-08HTML writer changes:fiddlosopher1-5/+5
2007-07-08Added --toc support to RST writer.fiddlosopher1-4/+7
2007-07-08Modified markdown2pdf to run pdflatex a second time if --toc wasfiddlosopher1-1/+2
2007-07-08Man writer: Don't print .\" t at beginning unless we'refiddlosopher1-1/+1
2007-07-08LaTeX writer:fiddlosopher2-6/+12
2007-07-08HTML writer: Slight change in code for generating uniquefiddlosopher1-1/+1
2007-07-08Added tests for man writer to runtests.pl.fiddlosopher1-1/+1
2007-07-08Fixed bug in Notes ($$ instead of <>), which causedfiddlosopher1-1/+1
2007-07-08Added version of test suite for man page.fiddlosopher1-0/+749
2007-07-08Man page templates:fiddlosopher3-43/+43
2007-07-08Use -S option in building man pages.fiddlosopher1-1/+1
2007-07-08Added test suites for RST, markdown, and man tables.fiddlosopher3-0/+336
2007-07-08Updated tests to account for changes in HTML writer (identifiers).fiddlosopher5-48/+48
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher18-53/+53
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