summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
Commit message (Expand)AuthorAge
* Improved escaping in RST writer with smart option.John MacFarlane2017-02-04
* Implemented +/-smart in rst writer.John MacFarlane2017-02-04
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Fixed some bugs in Pretty that caused blank lines in tables.John MacFarlane2016-11-23
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane2016-01-05
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | RST writer: do header normalization only in "standalone" mode.John MacFarlane2015-10-12
* | Revert "RST writer: tweaks to header normalization."John MacFarlane2015-10-12
* | RST writer: tweaks to header normalization.John MacFarlane2015-10-12
* | [RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov2015-09-19
* | RST writer: ensure that `\ ` is inserted when needed...John MacFarlane2015-08-13
* | RST writer: Don't insert `\ ` when complex expression in matched pairs.John MacFarlane2015-08-12
|/
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* 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