aboutsummaryrefslogtreecommitdiff
path: root/tests/rst-reader.native
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-13Improvements to RST reader:fiddlosopher1-3/+26
2007-10-11Fixed bug in RST reader: previously, code blocks had to befiddlosopher1-1/+1
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-7/+35
2007-07-28Brought test suite up to date.fiddlosopher1-0/+1
2007-07-23Added support for definition lists to RST reader.fiddlosopher1-0/+11
2007-07-22Updated RST reader test.fiddlosopher1-0/+1
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-14/+8
2007-03-17Removed Blank block element as unnecessary.fiddlosopher1-1/+2
2006-11-26Pandoc bug fixes:fiddlosopher1-5/+5
2006-10-17initial importfiddlosopher1-0/+175