aboutsummaryrefslogtreecommitdiff
path: root/tests/rst-reader.native
AgeCommit message (Expand)AuthorFilesLines
2016-06-25Fixed RST links with no explicit link text.John MacFarlane1-0/+1
2015-12-13RST reader: image attributesmb211-1/+1
2015-12-12Test fixes.John MacFarlane1-22/+22
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-10/+10
2015-08-15RST reader: better handling of indirect roles.John MacFarlane1-1/+1
2015-08-07Updated tests for link attribute changes.mb211-7/+7
2015-08-07Updated tests for image attribute changes.John MacFarlane1-4/+4
2014-12-12RST Reader: compute Attrs when role is definedDaniel Bergey1-3/+3
2014-12-12WIP: tests for RST rolesDaniel Bergey1-2/+2
2014-04-30RST reader: Some fixes to last change, and use "author" not "authors".John MacFarlane1-1/+1
2014-02-15Enhanced Pandoc's support for rST roles.Merijn Verstraaten1-0/+10
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane1-29/+29
2013-08-16Updated tests for latest pandoc-types changes.John MacFarlane1-1/+1
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane1-4/+4
2013-08-10Updated tests for new Format.John MacFarlane1-3/+3
2013-06-25Fixed 'authors' metadata parsing in reST.John MacFarlane1-5/+2
2013-06-18RST reader: don't insert paragraphs where docutils doesn't.John MacFarlane1-26/+26
2013-01-13RST reader: Line block improvements.John MacFarlane1-2/+2
2013-01-09Added Attr field to Header.John MacFarlane1-29/+29
2012-09-30RST reader: Consolidate super/subscript, math into interpretedRole.John MacFarlane1-1/+1
2012-09-30RST reader: Consolidated rawBlock into directive.John MacFarlane1-3/+3
2012-09-27RST reader: Use Text.Pandoc.Builder.John MacFarlane1-103/+103
2012-09-27RST reader: Support :target: on image substitutions.John MacFarlane1-0/+1
2012-09-26RST reader: Support :target: on .. image:: blocks.John MacFarlane1-2/+2
2012-07-16Don't recognize inline-markup starts inside words.John MacFarlane1-1/+3
2012-03-25Oops! Forgot to munch whitespace / ignore body after directive.Greg Maslov1-1/+4
2012-03-24Add parsing support for the rST default-role directive.Greg Maslov1-1/+6
2012-01-01New treatment of dashes in --smart mode.John MacFarlane1-2/+2
2011-12-31Support for math in RST reader and writer.John MacFarlane1-1/+8
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-12/+12
2011-03-18Changed uri parser so it doesn't include trailing punctuation.John MacFarlane1-1/+1
2011-01-26Add support for attributes in inline Code.John MacFarlane1-1/+1
2011-01-26RST reader: Improved field lists.John MacFarlane1-12/+13
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-3/+3
2011-01-21Make sure native output ends in newline with --standalone.John MacFarlane1-1/+1
2011-01-20Updated tests for new native format.John MacFarlane1-316/+306
2010-12-08RST reader: Added footnote suppport.John MacFarlane1-1/+7
2010-12-07Made --smart work with RST reader.John MacFarlane1-33/+33
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+0
2010-02-28Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher1-1/+1
2010-02-27RST reader: Improved grid tables.fiddlosopher1-1/+22
2010-02-20Incomplete support for RST tables (simple and grid).fiddlosopher1-1/+45
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-1/+1
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-30/+30
2009-11-17Support for "..code-block" directive in RST reader.fiddlosopher1-0/+2
2009-06-28RST reader: Allow # to continue list...fiddlosopher1-0/+4
2009-06-25Allow continuation lines in line blocks.fiddlosopher1-1/+4
2008-11-06Fixed parsing of RST comment blocks.fiddlosopher1-1/+5
2008-02-09Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher1-5/+5
2008-02-09Modified tests for new argument in CodeBlock.fiddlosopher1-5/+5