aboutsummaryrefslogtreecommitdiff
path: root/tests/rst-reader.native
AgeCommit message (Expand)Author
2016-12-07RST reader: fix hyperlink aliases.John MacFarlane
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel
2016-06-25Fixed RST links with no explicit link text.John MacFarlane
2015-12-13RST reader: image attributesmb21
2015-12-12Test fixes.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-08-15RST reader: better handling of indirect roles.John MacFarlane
2015-08-07Updated tests for link attribute changes.mb21
2015-08-07Updated tests for image attribute changes.John MacFarlane
2014-12-12RST Reader: compute Attrs when role is definedDaniel Bergey
2014-12-12WIP: tests for RST rolesDaniel Bergey
2014-04-30RST reader: Some fixes to last change, and use "author" not "authors".John MacFarlane
2014-02-15Enhanced Pandoc's support for rST roles.Merijn Verstraaten
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane
2013-08-16Updated tests for latest pandoc-types changes.John MacFarlane
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane
2013-08-10Updated tests for new Format.John MacFarlane
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