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