summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
Commit message (Expand)AuthorAge
...
* RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov2015-04-16
* RST Writer: Normalize headings to sequential levelsNikolay Yakimov2015-04-13
* Fixed toc depth in RST writer.John MacFarlane2015-04-12
* RST writer: better handling of raw latex inline.John MacFarlane2015-04-07
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* Reverted "omit blank lines after list items," better fix for #1777.John MacFarlane2014-11-25
* RST writer: Omit blank lines after list items.John MacFarlane2014-11-25
* RST writer: Ensure blank line after figure.John MacFarlane2014-11-25
* Fixed double-rendering of footnotes in RST tables.John MacFarlane2014-11-19
* RST writer: Wrap line blocks with spaces before continuations.John MacFarlane2014-09-30
* Don't wrap lines in rST line blocks.John MacFarlane2014-09-29
* Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* RST writer: Avoid stack overflow with certain tables.John MacFarlane2014-03-14
* RST writer: Ensure no blank line after def in definition list.John MacFarlane2014-01-02
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
* RST writer: Skip spaces after display math.John MacFarlane2013-10-11
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane2013-08-14
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* 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