aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-07-12If writer == "s5", don't set table of contents option.fiddlosopher1-1/+2
2007-07-12Changed order of options, for aesthetic reasons.fiddlosopher1-5/+5
2007-07-10Recognize output filenames with any single-digit extension as manfiddlosopher1-1/+1
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 ->fiddlosopher5-8/+7
2007-07-09Added type declaration for hsepBlocks infiddlosopher1-0/+1
2007-07-09Text.Pandoc.Blocks:fiddlosopher2-2/+3
2007-07-09Markdown writer:fiddlosopher1-3/+3
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:fiddlosopher1-4/+14
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:fiddlosopher1-6/+11
2007-07-08HTML writer: Slight change in code for generating uniquefiddlosopher1-1/+1
2007-07-08Fixed bug in Notes ($$ instead of <>), which causedfiddlosopher1-1/+1
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher18-53/+53
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-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-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-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-04Added Text.Pandoc.Blocks module for prettyprinting offiddlosopher1-0/+63
2007-07-04Man writer:fiddlosopher1-3/+9
2007-07-04Added table support to man writer (using the tbl preprocessor).fiddlosopher1-10/+36
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-01Modified escaping in Man writer. Also changedfiddlosopher1-5/+5
2007-06-30Modified Main.hs and Pandoc.cabal to add man pagefiddlosopher1-0/+3
2007-06-30Added groff man writer.fiddlosopher1-0/+263
2007-06-17Minor documentation changes to ASCIIMathML.hs template.fiddlosopher1-2/+2
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-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,fiddlosopher1-8/+8
2007-05-03Changes to RTF writer:fiddlosopher1-46/+91