aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2008-02-09Use generic attributes type, not a string, for CodeBlocks.fiddlosopher1-1/+1
2008-02-09Modified readers for new parameter in CodeBlock.fiddlosopher1-1/+1
2008-01-17Fixed bug in RST reader, which would choke on: "p. one\ntwo\n".fiddlosopher1-2/+2
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher1-2/+2
2008-01-06RST reader: Fixed bug in parsing explicit links (resolves Issue #44).fiddlosopher1-2/+3
2008-01-06RST reader: cleaned up parsing of reference names in key blocks and links.fiddlosopher1-24/+25
2008-01-06RST reader: Removed unnecessary check for following link in str.fiddlosopher1-2/+1
2007-12-21Fixed handling of email addresses in markdown and reStructuredText.fiddlosopher1-25/+0
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-0/+640
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher1-640/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-0/+640