aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
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 neededfiddlosopher2-20/+25
2007-07-07Added writerTableOfContents to WriterOptions, and added afiddlosopher1-11/+13
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-30Added groff man writer.fiddlosopher1-0/+263
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
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-03Changed definition list syntax in markdown reader and simplifiedfiddlosopher1-10/+9
2007-04-22Resolved issue #10: instead of adding "\n\n" to thefiddlosopher2-2/+2
2007-04-22Fixed bug in anyLine parser. Previously anyLine would parse anfiddlosopher1-1/+2
2007-04-21Support for definition lists in LaTeX writer.fiddlosopher1-1/+6
2007-04-15Fixed export declarations; removed unneeded import offiddlosopher1-3/+0
2007-04-15Moved escape and nullBlock parsers from ParserCombinators/Pandocfiddlosopher2-19/+18
2007-04-13Added Table to prettyBlock in Shared.hs.fiddlosopher1-0/+7
2007-04-11Added Text.Pandoc module that exports basic readers, writers,fiddlosopher1-0/+79
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher14-1097/+1006
2007-04-08Fixed bug in email obfuscation (issue #15). If the text to be obfuscatedfiddlosopher1-1/+2
2007-03-17Removed Blank block element as unnecessary.fiddlosopher11-19/+4
2007-03-17Consolidated 'text', 'special', and 'inline' into 'inline'.fiddlosopher1-8/+23
2007-03-16Added trys to two list start routines. Reason:fiddlosopher1-4/+4
2007-03-12Added clauses for DefinitionList and Table to replaceReferenceLinks infiddlosopher1-0/+8
2007-03-12Simplified keyTable, using assumption that key blocks are notfiddlosopher1-20/+0
2007-03-11Changes to Markdown reader relating to definition lists:fiddlosopher1-5/+11
2007-03-11Added support for DefinitionList blocks to HTML writer.fiddlosopher1-5/+11
2007-03-11Fixed bug in HTML email obfuscation using --strict mode.fiddlosopher1-1/+3
2007-03-10Changed syntax of definition lists in Markdown parser:fiddlosopher1-6/+7
2007-03-10Added parser for definition lists, derived from reStructuredTextfiddlosopher1-3/+32
2007-03-10Modified prettyPandoc to handle DefinitionList elements.fiddlosopher1-0/+4