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.rst
Age
Commit message (
Expand
)
Author
2017-02-04
Moved tests/ -> test/.
John MacFarlane
2016-12-07
RST reader: fix hyperlink aliases.
John MacFarlane
2016-06-25
Fixed RST links with no explicit link text.
John MacFarlane
2015-08-15
RST reader: better handling of indirect roles.
John MacFarlane
2014-02-15
Enhanced Pandoc's support for rST roles.
Merijn Verstraaten
2013-06-25
Fixed 'authors' metadata parsing in reST.
John MacFarlane
2013-01-13
RST reader: Line block improvements.
John MacFarlane
2012-09-29
RST reader: Consolidated math block parsers into directive.
John MacFarlane
2012-09-27
RST reader: Support :target: on image substitutions.
John MacFarlane
2012-08-29
Fix RST reader for field lists items with body beginning after a new line
Denis Laxalde
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
2011-12-31
Support for math in RST reader and writer.
John MacFarlane
2010-12-08
RST reader: Added footnote suppport.
John MacFarlane
2010-02-27
RST reader: Improved grid tables.
fiddlosopher
2010-02-20
Incomplete support for RST tables (simple and grid).
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
2007-10-13
Improvements to RST reader:
fiddlosopher
2007-08-08
Major change in the way ordered lists are handled:
fiddlosopher
2007-07-23
Added support for definition lists to RST reader.
fiddlosopher
2007-07-22
Updated RST reader test.
fiddlosopher
2006-12-16
Changed 'putStrLn' to 'putStr' in Main.hs, and modified some
fiddlosopher
2006-10-17
initial import
fiddlosopher