summaryrefslogtreecommitdiff
path: root/tests/rst-reader.native
Commit message (Expand)AuthorAge
* Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
* Fixed RST links with no explicit link text.John MacFarlane2016-06-25
* RST reader: image attributesmb212015-12-13
* Test fixes.John MacFarlane2015-12-12
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated tests for link attribute changes.mb212015-08-07
| * Updated tests for image attribute changes.John MacFarlane2015-08-07
* | RST reader: better handling of indirect roles.John MacFarlane2015-08-15
|/
* RST Reader: compute Attrs when role is definedDaniel Bergey2014-12-12
* WIP: tests for RST rolesDaniel Bergey2014-12-12
* RST reader: Some fixes to last change, and use "author" not "authors".John MacFarlane2014-04-30
* Enhanced Pandoc's support for rST roles.Merijn Verstraaten2014-02-15
* Use registerHeader in RST and LaTeX readers.John MacFarlane2013-09-01
* Updated tests for latest pandoc-types changes.John MacFarlane2013-08-16
* Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane2013-08-14
* Updated tests for new Format.John MacFarlane2013-08-10
* Fixed 'authors' metadata parsing in reST.John MacFarlane2013-06-25
* RST reader: don't insert paragraphs where docutils doesn't.John MacFarlane2013-06-18
* RST reader: Line block improvements.John MacFarlane2013-01-13
* Added Attr field to Header.John MacFarlane2013-01-09
* RST reader: Consolidate super/subscript, math into interpretedRole.John MacFarlane2012-09-30
* RST reader: Consolidated rawBlock into directive.John MacFarlane2012-09-30
* RST reader: Use Text.Pandoc.Builder.John MacFarlane2012-09-27
* RST reader: Support :target: on image substitutions.John MacFarlane2012-09-27
* RST reader: Support :target: on .. image:: blocks.John MacFarlane2012-09-26
* Don't recognize inline-markup starts inside words.John MacFarlane2012-07-16
* Oops! Forgot to munch whitespace / ignore body after directive.Greg Maslov2012-03-25
* Add parsing support for the rST default-role directive.Greg Maslov2012-03-24
* New treatment of dashes in --smart mode.John MacFarlane2012-01-01
* Support for math in RST reader and writer.John MacFarlane2011-12-31
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Changed uri parser so it doesn't include trailing punctuation.John MacFarlane2011-03-18
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* RST reader: Improved field lists.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Make sure native output ends in newline with --standalone.John MacFarlane2011-01-21
* Updated tests for new native format.John MacFarlane2011-01-20
* RST reader: Added footnote suppport.John MacFarlane2010-12-08
* Made --smart work with RST reader.John MacFarlane2010-12-07
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher2010-02-28
* RST reader: Improved grid tables.fiddlosopher2010-02-27
* Incomplete support for RST tables (simple and grid).fiddlosopher2010-02-20
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Support for "..code-block" directive in RST reader.fiddlosopher2009-11-17
* RST reader: Allow # to continue list...fiddlosopher2009-06-28
* Allow continuation lines in line blocks.fiddlosopher2009-06-25
* Fixed parsing of RST comment blocks.fiddlosopher2008-11-06
* Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher2008-02-09