aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-18RST writer: handle images in figures.fiddlosopher1-0/+6
2010-03-13Use template variables for include-before/after.fiddlosopher1-6/+1
2010-03-11RST writer: Fixed headerless tables.fiddlosopher1-2/+4
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-2/+1
2009-12-31Improved RST writer.fiddlosopher1-34/+9
2009-12-31Fixed RST writer to use new templates.fiddlosopher1-31/+32
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-4/+7
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-20/+21
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-3/+3
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher1-2/+8
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher1-1/+2