aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-4/+0
2011-12-02Shared: Removed unescapeURI, modified escapeURI.John MacFarlane1-5/+3
2011-09-05RST writer: Fixed bug involving empty table cells.John MacFarlane1-1/+1
2011-01-26Add support for attributes in inline Code.John MacFarlane1-3/+3
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-4/+3
2011-01-06RST writer: blank line after literate Haskell code block.John MacFarlane1-3/+3
2010-12-17Added new prettyprinting module.John MacFarlane1-89/+81
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+1
2010-06-30Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane1-6/+6
2010-05-08Made KeyTable a map instead of an association list.John MacFarlane1-8/+10
2010-03-23Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane1-3/+5
2010-03-23Updated copyright notices.John MacFarlane1-2/+2