aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-4/+0
2011-12-02Shared: Removed unescapeURI, modified escapeURI.John MacFarlane1-5/+3
2011-09-05RST writer: Fixed bug involving empty table cells.John MacFarlane1-1/+1
2011-01-26Add support for attributes in inline Code.John MacFarlane1-3/+3
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-4/+3
2011-01-06RST writer: blank line after literate Haskell code block.John MacFarlane1-3/+3
2010-12-17Added new prettyprinting module.John MacFarlane1-89/+81
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+1
2010-06-30Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane1-6/+6
2010-05-08Made KeyTable a map instead of an association list.John MacFarlane1-8/+10
2010-03-23Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane1-3/+5
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-18RST writer: handle images in figures.fiddlosopher1-0/+6
2010-03-13Use template variables for include-before/after.fiddlosopher1-6/+1
2010-03-11RST writer: Fixed headerless tables.fiddlosopher1-2/+4
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-2/+1
2009-12-31Improved RST writer.fiddlosopher1-34/+9
2009-12-31Fixed RST writer to use new templates.fiddlosopher1-31/+32
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-4/+7
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-20/+21
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-3/+3
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher1-2/+8
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher1-1/+2
2009-02-07Fixed bug with header spacing in Markdown and RST writers.fiddlosopher1-3/+6
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+346
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-325/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+325
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-325/+0
2007-09-27Added a writer option for wrapped text and a command-line optionfiddlosopher1-3/+2
2007-09-19RST writer: If label for a link reference contains a colon,fiddlosopher1-1/+4
2007-09-10+ Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher1-2/+2
2007-08-30Replaced individual wrapping routines in RST, Man, andfiddlosopher1-7/+1
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