summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
Commit message (Expand)AuthorAge
* Use new flexible metadata type.John MacFarlane2013-06-24
* Markdown/RST writers: Only autolink absolute URIs.John MacFarlane2013-04-14
* Support :number-lines: in RST code output.John MacFarlane2013-03-06
* RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane2013-01-26
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* RST writer: Fixes bug with links with duplicate text.John MacFarlane2013-01-13
* RST writer: Properly handle images with no alt text.John MacFarlane2013-01-13
* RST writer: Allow soft breaks w continuations in line blocks.John MacFarlane2013-01-13
* Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane2013-01-13
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Changed --toc-level to --toc-depth.John MacFarlane2013-01-05
* Implemented --toc-level for rst.John MacFarlane2013-01-05
* RST writer: Don't add ":align: center" to figures.John MacFarlane2012-11-04
* RST writer: Fixed hyperlinked images.John MacFarlane2012-09-16
* Changes to literate haskell options.John MacFarlane2012-08-08
* 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