aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2007-07-09RST reader: Allow hyperlink target URIs to be split over multiplefiddlosopher1-10/+14
2007-07-09Moved Text.ParserCombinators.Pandoc ->fiddlosopher1-1/+1
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-04-22Resolved issue #10: instead of adding "\n\n" to thefiddlosopher1-1/+1
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-64/+66
2007-03-17Removed Blank block element as unnecessary.fiddlosopher1-1/+1
2007-02-15Got rid of two unneeded 'getState's. Note thatfiddlosopher1-2/+2
2007-02-15Use lookAhead instead of getInput/setInput in RST reader.fiddlosopher1-3/+1
2007-02-15Removed followedBy' parser from Text/ParserCombinators/Pandoc,fiddlosopher1-2/+2
2007-02-14Fixed issue #8: slow performance in parsing inline literals in fiddlosopher1-0/+2
2007-02-12+ Added some needed "try"s before multicharacter parsers,fiddlosopher1-1/+1
2007-02-12Added 'try' in front of 'string', where needed, orfiddlosopher1-6/+8
2007-02-12Allow the URI in a RST hyperlink target to start on the linefiddlosopher1-0/+3
2006-12-31Simplified list parsing code in RST reader.fiddlosopher1-7/+8
2006-12-31Cleaned up some code in RST reader.fiddlosopher1-20/+15
2006-12-21Fixed a serious bug in the Markdown reader (also affecting LaTeXfiddlosopher1-10/+7
2006-12-20Added license text to top of source files.fiddlosopher1-0/+18
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher1-1/+1
2006-12-20Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher1-1/+1
2006-12-20+ Added module data for haddock.fiddlosopher1-306/+325
2006-11-26Pandoc bug fixes:fiddlosopher1-1/+1
2006-10-17initial importfiddlosopher1-0/+644