aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-26RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane1-1/+6
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-1/+2
2013-01-13RST writer: Fixes bug with links with duplicate text.John MacFarlane1-6/+10
2013-01-13RST writer: Properly handle images with no alt text.John MacFarlane1-6/+7
2013-01-13RST writer: Allow soft breaks w continuations in line blocks.John MacFarlane1-1/+1
2013-01-13Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane1-4/+8
2013-01-09Added Attr field to Header.John MacFarlane1-1/+1
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-2/+5
2013-01-05Changed --toc-level to --toc-depth.John MacFarlane1-1/+1
2013-01-05Implemented --toc-level for rst.John MacFarlane1-1/+3
2012-11-04RST writer: Don't add ":align: center" to figures.John MacFarlane1-2/+1
2012-09-16RST writer: Fixed hyperlinked images.John MacFarlane1-17/+28
2012-08-08Changes to literate haskell options.John MacFarlane1-1/+1
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-24/+24
2012-04-21RST writer: Don't wrap link references.John MacFarlane1-1/+1
2012-03-24RST writer: Better handling of inline formatting.John MacFarlane1-4/+51
2012-02-08Don't wrap headers in markdown or rst.John MacFarlane1-1/+1
2011-12-31Support for math in RST reader and writer.John MacFarlane1-3/+5
2011-12-30Support Sphinx-style math in RST writer.John MacFarlane1-2/+3