index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
RST.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-15
Got rid of two unneeded 'getState's. Note that
fiddlosopher
1
-2
/
+2
2007-02-15
Use lookAhead instead of getInput/setInput in RST reader.
fiddlosopher
1
-3
/
+1
2007-02-15
Removed followedBy' parser from Text/ParserCombinators/Pandoc,
fiddlosopher
1
-2
/
+2
2007-02-14
Fixed issue #8: slow performance in parsing inline literals in
fiddlosopher
1
-0
/
+2
2007-02-12
+ Added some needed "try"s before multicharacter parsers,
fiddlosopher
1
-1
/
+1
2007-02-12
Added 'try' in front of 'string', where needed, or
fiddlosopher
1
-6
/
+8
2007-02-12
Allow the URI in a RST hyperlink target to start on the line
fiddlosopher
1
-0
/
+3
2006-12-31
Simplified list parsing code in RST reader.
fiddlosopher
1
-7
/
+8
2006-12-31
Cleaned up some code in RST reader.
fiddlosopher
1
-20
/
+15
2006-12-21
Fixed a serious bug in the Markdown reader (also affecting LaTeX
fiddlosopher
1
-10
/
+7
2006-12-20
Added license text to top of source files.
fiddlosopher
1
-0
/
+18
2006-12-20
Changed 'stability' from 'provisional' to 'alpha'.
fiddlosopher
1
-1
/
+1
2006-12-20
Changed 'status' in comment headers from 'unstable' to 'provisional'
fiddlosopher
1
-1
/
+1
2006-12-20
+ Added module data for haddock.
fiddlosopher
1
-306
/
+325
2006-11-26
Pandoc bug fixes:
fiddlosopher
1
-1
/
+1
2006-10-17
initial import
fiddlosopher
1
-0
/
+644