summaryrefslogtreecommitdiff
path: root/tests/rst-reader.native
Commit message (Expand)AuthorAge
* 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
* Modified tests for new argument in CodeBlock.fiddlosopher2008-02-09
* Improvements to RST reader:fiddlosopher2007-10-13
* Fixed bug in RST reader: previously, code blocks had to befiddlosopher2007-10-11
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Brought test suite up to date.fiddlosopher2007-07-28
* Added support for definition lists to RST reader.fiddlosopher2007-07-23
* Updated RST reader test.fiddlosopher2007-07-22
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Pandoc bug fixes:fiddlosopher2006-11-26
* initial importfiddlosopher2006-10-17