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
2017-02-04
Moved tests/ -> test/.
John MacFarlane
2017-01-25
Removed `--normalize` option and normalization functions from Shared.
John MacFarlane
2016-12-07
RST reader: fix hyperlink aliases.
John MacFarlane
2016-10-13
Parse line-oriented markup as LineBlock
Albert Krewinkel
2016-06-25
Fixed RST links with no explicit link text.
John MacFarlane
2015-12-13
RST reader: image attributes
mb21
2015-12-12
Test fixes.
John MacFarlane
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
2015-08-15
RST reader: better handling of indirect roles.
John MacFarlane
2015-08-07
Updated tests for link attribute changes.
mb21
2015-08-07
Updated tests for image attribute changes.
John MacFarlane
2014-12-12
RST Reader: compute Attrs when role is defined
Daniel Bergey
2014-12-12
WIP: tests for RST roles
Daniel Bergey
2014-04-30
RST reader: Some fixes to last change, and use "author" not "authors".
John MacFarlane
2014-02-15
Enhanced Pandoc's support for rST roles.
Merijn Verstraaten
2013-09-01
Use registerHeader in RST and LaTeX readers.
John MacFarlane
2013-08-16
Updated tests for latest pandoc-types changes.
John MacFarlane
2013-08-14
Updated for removed unMeta, unFormat in pandoc-types.
John MacFarlane
2013-08-10
Updated tests for new Format.
John MacFarlane
2013-06-25
Fixed 'authors' metadata parsing in reST.
John MacFarlane
2013-06-18
RST reader: don't insert paragraphs where docutils doesn't.
John MacFarlane
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
[next]