aboutsummaryrefslogtreecommitdiff
path: root/tests/rst-reader.native
AgeCommit message (Expand)Author
2013-06-25Fixed 'authors' metadata parsing in reST.John MacFarlane
2013-06-18RST reader: don't insert paragraphs where docutils doesn't.John MacFarlane
2013-01-13RST reader: Line block improvements.John MacFarlane
2013-01-09Added Attr field to Header.John MacFarlane
2012-09-30RST reader: Consolidate super/subscript, math into interpretedRole.John MacFarlane
2012-09-30RST reader: Consolidated rawBlock into directive.John MacFarlane
2012-09-27RST reader: Use Text.Pandoc.Builder.John MacFarlane
2012-09-27RST reader: Support :target: on image substitutions.John MacFarlane
2012-09-26RST reader: Support :target: on .. image:: blocks.John MacFarlane
2012-07-16Don't recognize inline-markup starts inside words.John MacFarlane
2012-03-25Oops! Forgot to munch whitespace / ignore body after directive.Greg Maslov
2012-03-24Add parsing support for the rST default-role directive.Greg Maslov
2012-01-01New treatment of dashes in --smart mode.John MacFarlane
2011-12-31Support for math in RST reader and writer.John MacFarlane
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane
2011-03-18Changed uri parser so it doesn't include trailing punctuation.John MacFarlane
2011-01-26Add support for attributes in inline Code.John MacFarlane
2011-01-26RST reader: Improved field lists.John MacFarlane
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane
2011-01-21Make sure native output ends in newline with --standalone.John MacFarlane
2011-01-20Updated tests for new native format.John MacFarlane
2010-12-08RST reader: Added footnote suppport.John MacFarlane
2010-12-07Made --smart work with RST reader.John MacFarlane
2010-07-20Made spacing at end of output more consistent.John MacFarlane
2010-02-28Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher
2010-02-27RST reader: Improved grid tables.fiddlosopher
2010-02-20Incomplete support for RST tables (simple and grid).fiddlosopher
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher
2009-12-07Improved syntax for markdown definition lists.fiddlosopher
2009-11-17Support for "..code-block" directive in RST reader.fiddlosopher
2009-06-28RST reader: Allow # to continue list...fiddlosopher
2009-06-25Allow continuation lines in line blocks.fiddlosopher
2008-11-06Fixed parsing of RST comment blocks.fiddlosopher
2008-02-09Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher
2008-02-09Modified tests for new argument in CodeBlock.fiddlosopher
2007-10-13Improvements to RST reader:fiddlosopher
2007-10-11Fixed bug in RST reader: previously, code blocks had to befiddlosopher
2007-08-08Major change in the way ordered lists are handled:fiddlosopher
2007-07-28Brought test suite up to date.fiddlosopher
2007-07-23Added support for definition lists to RST reader.fiddlosopher
2007-07-22Updated RST reader test.fiddlosopher
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher
2007-03-17Removed Blank block element as unnecessary.fiddlosopher
2006-11-26Pandoc bug fixes:fiddlosopher
2006-10-17initial importfiddlosopher