summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Haddock documentation for Text.Pandoc.Blocks.fiddlosopher2007-07-07
* Man writer: Use integral n measures instead of fractional ifiddlosopher2007-07-07
* Put table of contents in its own div (id="toc").fiddlosopher2007-07-07
* HTML writer modifications:fiddlosopher2007-07-07
* + Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher2007-07-07
* Added writerTableOfContents to WriterOptions, and added afiddlosopher2007-07-07
* Changes to HTML writer to incorporate automatic identifiers forfiddlosopher2007-07-07
* Minor comment change.fiddlosopher2007-07-07
* Pandoc.hs: Export all definitions in Text.Pandoc.Definition,fiddlosopher2007-07-06
* Fixed bug in Markdown reader: links in footnotes were notfiddlosopher2007-07-06
* Added table support to RST writer.fiddlosopher2007-07-05
* Added table support to markdown writer.fiddlosopher2007-07-04
* Improvements/bug fixes to Text.Pandoc.Blocksfiddlosopher2007-07-04
* Added Text.Pandoc.Blocks module for prettyprinting offiddlosopher2007-07-04
* Man writer:fiddlosopher2007-07-04
* Added table support to man writer (using the tbl preprocessor).fiddlosopher2007-07-04
* Man writer: don't change - to \- (minus sign).fiddlosopher2007-07-02
* Man writer: better output for line break:fiddlosopher2007-07-02
* Minor changes in Man writer:fiddlosopher2007-07-02
* Modified escaping in Man writer. Also changedfiddlosopher2007-07-01
* Modified Main.hs and Pandoc.cabal to add man pagefiddlosopher2007-06-30
* Added groff man writer.fiddlosopher2007-06-30
* Minor documentation changes to ASCIIMathML.hs template.fiddlosopher2007-06-17
* Require blankspace (but not multiple lines) between URL andfiddlosopher2007-05-10
* Fixed bug with indented blocks occurring in definition lists.fiddlosopher2007-05-10
* Improved prettyprinting of definition lists.fiddlosopher2007-05-10
* Added support for definition lists in Docbook writer.fiddlosopher2007-05-09
* + Use new alignment parameter in title/author/date,fiddlosopher2007-05-09
* Changes to RTF writer:fiddlosopher2007-05-03
* Added support for definition lists to RST writer.fiddlosopher2007-05-03
* Added support for definition lists to markdownfiddlosopher2007-05-03
* Add -asxhtml flag to tidy in html2markdown. This willfiddlosopher2007-05-03
* Changed definition list syntax in markdown reader and simplifiedfiddlosopher2007-05-03
* Resolved issue #10: instead of adding "\n\n" to thefiddlosopher2007-04-22
* Fixed bug in anyLine parser. Previously anyLine would parse anfiddlosopher2007-04-22
* Support for definition lists in LaTeX writer.fiddlosopher2007-04-21
* Fixed export declarations; removed unneeded import offiddlosopher2007-04-15
* Moved escape and nullBlock parsers from ParserCombinators/Pandocfiddlosopher2007-04-15
* Added Table to prettyBlock in Shared.hs.fiddlosopher2007-04-13
* Added Text.Pandoc module that exports basic readers, writers,fiddlosopher2007-04-11
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Fixed bug in email obfuscation (issue #15). If the text to be obfuscatedfiddlosopher2007-04-08
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Consolidated 'text', 'special', and 'inline' into 'inline'.fiddlosopher2007-03-17
* Added trys to two list start routines. Reason:fiddlosopher2007-03-16
* Added clauses for DefinitionList and Table to replaceReferenceLinks infiddlosopher2007-03-12
* Simplified keyTable, using assumption that key blocks are notfiddlosopher2007-03-12
* Changes to Markdown reader relating to definition lists:fiddlosopher2007-03-11
* Added support for DefinitionList blocks to HTML writer.fiddlosopher2007-03-11