index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
rst-reader.native
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-30
RST reader: Some fixes to last change, and use "author" not "authors".
John MacFarlane
1
-1
/
+1
2014-02-15
Enhanced Pandoc's support for rST roles.
Merijn Verstraaten
1
-0
/
+10
2013-09-01
Use registerHeader in RST and LaTeX readers.
John MacFarlane
1
-29
/
+29
2013-08-16
Updated tests for latest pandoc-types changes.
John MacFarlane
1
-1
/
+1
2013-08-14
Updated for removed unMeta, unFormat in pandoc-types.
John MacFarlane
1
-4
/
+4
2013-08-10
Updated tests for new Format.
John MacFarlane
1
-3
/
+3
2013-06-25
Fixed 'authors' metadata parsing in reST.
John MacFarlane
1
-5
/
+2
2013-06-18
RST reader: don't insert paragraphs where docutils doesn't.
John MacFarlane
1
-26
/
+26
2013-01-13
RST reader: Line block improvements.
John MacFarlane
1
-2
/
+2
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-29
/
+29
2012-09-30
RST reader: Consolidate super/subscript, math into interpretedRole.
John MacFarlane
1
-1
/
+1
2012-09-30
RST reader: Consolidated rawBlock into directive.
John MacFarlane
1
-3
/
+3
2012-09-27
RST reader: Use Text.Pandoc.Builder.
John MacFarlane
1
-103
/
+103
2012-09-27
RST reader: Support :target: on image substitutions.
John MacFarlane
1
-0
/
+1
2012-09-26
RST reader: Support :target: on .. image:: blocks.
John MacFarlane
1
-2
/
+2
2012-07-16
Don't recognize inline-markup starts inside words.
John MacFarlane
1
-1
/
+3
2012-03-25
Oops! Forgot to munch whitespace / ignore body after directive.
Greg Maslov
1
-1
/
+4
2012-03-24
Add parsing support for the rST default-role directive.
Greg Maslov
1
-1
/
+6
2012-01-01
New treatment of dashes in --smart mode.
John MacFarlane
1
-2
/
+2
2011-12-31
Support for math in RST reader and writer.
John MacFarlane
1
-1
/
+8
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-12
/
+12
2011-03-18
Changed uri parser so it doesn't include trailing punctuation.
John MacFarlane
1
-1
/
+1
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-1
/
+1
2011-01-26
RST reader: Improved field lists.
John MacFarlane
1
-12
/
+13
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-3
/
+3
2011-01-21
Make sure native output ends in newline with --standalone.
John MacFarlane
1
-1
/
+1
2011-01-20
Updated tests for new native format.
John MacFarlane
1
-316
/
+306
2010-12-08
RST reader: Added footnote suppport.
John MacFarlane
1
-1
/
+7
2010-12-07
Made --smart work with RST reader.
John MacFarlane
1
-33
/
+33
2010-07-20
Made spacing at end of output more consistent.
John MacFarlane
1
-1
/
+0
2010-02-28
Added accessors (docTitle, docAuthors, docDate) to Meta type.
fiddlosopher
1
-1
/
+1
2010-02-27
RST reader: Improved grid tables.
fiddlosopher
1
-1
/
+22
2010-02-20
Incomplete support for RST tables (simple and grid).
fiddlosopher
1
-1
/
+45
2009-12-31
Changed Meta author and date types to Inline lists instead of Strings.
fiddlosopher
1
-1
/
+1
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
1
-30
/
+30
2009-11-17
Support for "..code-block" directive in RST reader.
fiddlosopher
1
-0
/
+2
2009-06-28
RST reader: Allow # to continue list...
fiddlosopher
1
-0
/
+4
2009-06-25
Allow continuation lines in line blocks.
fiddlosopher
1
-1
/
+4
2008-11-06
Fixed parsing of RST comment blocks.
fiddlosopher
1
-1
/
+5
2008-02-09
Updated test suite to new baseline (but no tests yet for new code block syntax).
fiddlosopher
1
-5
/
+5
2008-02-09
Modified tests for new argument in CodeBlock.
fiddlosopher
1
-5
/
+5
2007-10-13
Improvements to RST reader:
fiddlosopher
1
-3
/
+26
2007-10-11
Fixed bug in RST reader: previously, code blocks had to be
fiddlosopher
1
-1
/
+1
2007-08-08
Major change in the way ordered lists are handled:
fiddlosopher
1
-7
/
+35
2007-07-28
Brought test suite up to date.
fiddlosopher
1
-0
/
+1
2007-07-23
Added support for definition lists to RST reader.
fiddlosopher
1
-0
/
+11
2007-07-22
Updated RST reader test.
fiddlosopher
1
-0
/
+1
2007-04-10
Extensive changes stemming from a rethinking of the Pandoc data
fiddlosopher
1
-14
/
+8
2007-03-17
Removed Blank block element as unnecessary.
fiddlosopher
1
-1
/
+2
2006-11-26
Pandoc bug fixes:
fiddlosopher
1
-5
/
+5
[next]