summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
Commit message (Expand)AuthorAge
* Updated copyright notices.John MacFarlane2010-03-23
* RST writer: handle images in figures.fiddlosopher2010-03-18
* Use template variables for include-before/after.fiddlosopher2010-03-13
* RST writer: Fixed headerless tables.fiddlosopher2010-03-11
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Improved RST writer.fiddlosopher2009-12-31
* Fixed RST writer to use new templates.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* Fixed bug with header spacing in Markdown and RST writers.fiddlosopher2009-02-07
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Added a writer option for wrapped text and a command-line optionfiddlosopher2007-09-27
* RST writer: If label for a link reference contains a colon,fiddlosopher2007-09-19
* + Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher2007-09-10
* Replaced individual wrapping routines in RST, Man, andfiddlosopher2007-08-30
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Cleaned up and fixed autolinks in RST. All that's neededfiddlosopher2007-07-28
* Changed text to char for one character stringsfiddlosopher2007-07-22
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* Added --toc support to RST writer.fiddlosopher2007-07-08
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Added table support to RST writer.fiddlosopher2007-07-05
* Added support for definition lists to RST writer.fiddlosopher2007-05-03
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Added support for tables in markdown reader and in LaTeX,fiddlosopher2007-01-15
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* + Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher2007-01-04
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* Fixed two small haddock bugs.fiddlosopher2006-12-21
* Added license text to top of source files.fiddlosopher2006-12-20
* Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher2006-12-20
* Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher2006-12-20
* + Added module data for haddock.fiddlosopher2006-12-20
* Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher2006-12-16
* Pandoc bug fixes:fiddlosopher2006-11-26
* initial importfiddlosopher2006-10-17