aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-27/+19
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-23/+33
2007-07-28Cleaned up and fixed autolinks in RST. All that's neededfiddlosopher1-12/+12
2007-07-22Changed text to char for one character stringsfiddlosopher1-3/+3
2007-07-22+ Added support for superscript, subscript, andfiddlosopher1-1/+10
2007-07-08Added --toc support to RST writer.fiddlosopher1-4/+7
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-07-05Added table support to RST writer.fiddlosopher1-3/+34
2007-05-03Added support for definition lists to RST writer.fiddlosopher1-0/+10
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-192/+233
2007-03-17Removed Blank block element as unnecessary.fiddlosopher1-1/+0
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher1-0/+3
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-0/+8
2007-01-04+ Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher1-3/+4
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher1-6/+0
2006-12-21Fixed two small haddock bugs.fiddlosopher1-1/+1
2006-12-20Added license text to top of source files.fiddlosopher1-0/+18
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher1-1/+1
2006-12-20Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher1-1/+1
2006-12-20+ Added module data for haddock.fiddlosopher1-77/+98
2006-12-16Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher1-3/+4
2006-11-26Pandoc bug fixes:fiddlosopher1-1/+1
2006-10-17initial importfiddlosopher1-0/+188