index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Text
/
Pandoc
/
Readers
/
RST.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-08
Use Data.List's 'intercalate' instead of custom 'joinWithSep'.
fiddlosopher
1
-3
/
+3
2008-07-15
Code cleanup - RST reader.
fiddlosopher
1
-23
/
+93
2008-02-09
Use generic attributes type, not a string, for CodeBlocks.
fiddlosopher
1
-1
/
+1
2008-02-09
Modified readers for new parameter in CodeBlock.
fiddlosopher
1
-1
/
+1
2008-01-17
Fixed bug in RST reader, which would choke on: "p. one\ntwo\n".
fiddlosopher
1
-2
/
+2
2008-01-08
Changed copyright dates where appropriate to include 2008.
fiddlosopher
1
-2
/
+2
2008-01-06
RST reader: Fixed bug in parsing explicit links (resolves Issue #44).
fiddlosopher
1
-2
/
+3
2008-01-06
RST reader: cleaned up parsing of reference names in key blocks and links.
fiddlosopher
1
-24
/
+25
2008-01-06
RST reader: Removed unnecessary check for following link in str.
fiddlosopher
1
-2
/
+1
2007-12-21
Fixed handling of email addresses in markdown and reStructuredText.
fiddlosopher
1
-25
/
+0
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
1
-0
/
+640
2007-11-28
Removed Text directory. This is a remnant of an experiment
fiddlosopher
1
-640
/
+0
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-0
/
+640