aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RTF.hs
AgeCommit message (Expand)AuthorFilesLines
2013-08-10Adjustments for new Format newtype.John MacFarlane1-5/+7
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+3
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-2/+2
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-3/+3
2013-06-25Fixed regression with RTF table of contents.John MacFarlane1-1/+4
2013-06-24Use new flexible metadata type.John MacFarlane1-15/+13
2013-05-02RTF writer: Properly handle characters above the 0000-FFFF range.John MacFarlane1-2/+12
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane1-1/+8
2013-01-09Added Attr field to Header.John MacFarlane1-3/+3
2013-01-05Implemented --toc-depth (and --toc!) for RTF writer.John MacFarlane1-1/+3
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-40/+40
2012-07-24Use catch from Control.Exception to avoid warnings.John MacFarlane1-1/+3
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-5/+9
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane1-13/+18
2011-01-28RTF writer: Embed images when possible.John MacFarlane1-2/+23
2011-01-26Add support for attributes in inline Code.John MacFarlane1-1/+1
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-3/+4
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-13Use template variables for include-before/after.fiddlosopher1-3/+1
2010-03-11RTF writer: fixed headerless tables.fiddlosopher1-1/+3
2009-12-31Modified RTF writer to use new templates.fiddlosopher1-34/+20
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-3/+3
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-11/+12
2009-12-08Added optional section numbering in HTML output.fiddlosopher1-1/+1
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-3/+4
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher1-3/+6
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher1-1/+1
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+291
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-286/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+286
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-286/+0
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-48/+46
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-7/+9
2007-07-22+ Added support for superscript, subscript, andfiddlosopher1-12/+10
2007-07-09Added support for --toc to RTF writer.fiddlosopher1-2/+20
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-05-09+ Use new alignment parameter in title/author/date,fiddlosopher1-8/+8
2007-05-03Changes to RTF writer:fiddlosopher1-46/+91
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-79/+58
2007-03-17Removed Blank block element as unnecessary.fiddlosopher1-1/+0
2007-01-22Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher1-1/+1
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher1-0/+2
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-0/+8
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher1-4/+0
2006-12-21+ Added regression tests with footnotes in quote blocks and lists.fiddlosopher1-3/+7
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