aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2017-02-04Implemented +/-smart in rst writer.John MacFarlane1-3/+14
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-0/+1
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-6/+6
2016-11-23Fixed some bugs in Pretty that caused blank lines in tables.John MacFarlane1-1/+1
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-2/+9
2016-01-05RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane1-1/+1
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+9
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-20/+48
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane1-8/+5
2015-10-12Revert "RST writer: tweaks to header normalization."John MacFarlane1-22/+4
2015-10-12RST writer: tweaks to header normalization.John MacFarlane1-4/+22
2015-09-19[RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov1-1/+7
2015-08-13RST writer: ensure that `\ ` is inserted when needed...John MacFarlane1-0/+2
2015-08-12RST writer: Don't insert `\ ` when complex expression in matched pairs.John MacFarlane1-3/+4
2015-08-07Updated readers, writers and README for link attributemb211-4/+4
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-17/+45
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-16RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov1-7/+29
2015-04-13RST Writer: Normalize headings to sequential levelsNikolay Yakimov1-1/+8
2015-04-12Fixed toc depth in RST writer.John MacFarlane1-1/+1
2015-04-07RST writer: better handling of raw latex inline.John MacFarlane1-6/+12
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-3/+3
2014-11-25Reverted "omit blank lines after list items," better fix for #1777.John MacFarlane1-6/+6
2014-11-25RST writer: Omit blank lines after list items.John MacFarlane1-3/+3
2014-11-25RST writer: Ensure blank line after figure.John MacFarlane1-1/+1
2014-11-19Fixed double-rendering of footnotes in RST tables.John MacFarlane1-3/+2
2014-09-30RST writer: Wrap line blocks with spaces before continuations.John MacFarlane1-1/+1
2014-09-29Don't wrap lines in rST line blocks.John MacFarlane1-1/+1
2014-08-04Use `stripPrefix` where appropriate.Artyom Kazak1-2/+3
2014-07-12Removed space at ends of lines in source.John MacFarlane1-1/+1
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-03-14RST writer: Avoid stack overflow with certain tables.John MacFarlane1-2/+6
2014-01-02RST writer: Ensure no blank line after def in definition list.John MacFarlane1-1/+1
2013-10-16Use isURI instead of isAbsoluteURI.John MacFarlane1-2/+2
2013-10-11RST writer: Skip spaces after display math.John MacFarlane1-2/+8
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane1-1/+5
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane1-2/+2
2013-08-10Adjustments for new Format newtype.John MacFarlane1-6/+9
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+2
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-4/+5
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-6/+6
2013-06-24Use new flexible metadata type.John MacFarlane1-25/+37
2013-04-14Markdown/RST writers: Only autolink absolute URIs.John MacFarlane1-3/+5
2013-03-06Support :number-lines: in RST code output.John MacFarlane1-2/+6