summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
Commit message (Expand)AuthorAge
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* RST writer: Don't wrap link references.John MacFarlane2012-04-21
* RST writer: Better handling of inline formatting.John MacFarlane2012-03-24
* Don't wrap headers in markdown or rst.John MacFarlane2012-02-08
* Support for math in RST reader and writer.John MacFarlane2011-12-31
* Support Sphinx-style math in RST writer.John MacFarlane2011-12-30
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Shared: Removed unescapeURI, modified escapeURI.John MacFarlane2011-12-02
* RST writer: Fixed bug involving empty table cells.John MacFarlane2011-09-05
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* RST writer: blank line after literate Haskell code block.John MacFarlane2011-01-06
* Added new prettyprinting module.John MacFarlane2010-12-17
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane2010-06-30
* Made KeyTable a map instead of an association list.John MacFarlane2010-05-08
* Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane2010-03-23
* 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