summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Got rid of two unneeded 'getState's. Note thatfiddlosopher2007-02-15
* Use lookAhead instead of getInput/setInput in RST reader.fiddlosopher2007-02-15
* Removed followedBy' parser from Text/ParserCombinators/Pandoc,fiddlosopher2007-02-15
* Fixed issue #8: slow performance in parsing inline literals in fiddlosopher2007-02-14
* + Added some needed "try"s before multicharacter parsers,fiddlosopher2007-02-12
* Added 'try' in front of 'string', where needed, orfiddlosopher2007-02-12
* Allow the URI in a RST hyperlink target to start on the linefiddlosopher2007-02-12
* Simplified list parsing code in RST reader.fiddlosopher2006-12-31
* Cleaned up some code in RST reader.fiddlosopher2006-12-31
* Fixed a serious bug in the Markdown reader (also affecting LaTeXfiddlosopher2006-12-21
* Added license text to top of source files.fiddlosopher2006-12-20
* Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher2006-12-20
* Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher2006-12-20
* + Added module data for haddock.fiddlosopher2006-12-20
* Pandoc bug fixes:fiddlosopher2006-11-26
* initial importfiddlosopher2006-10-17