summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
* Refactor RST and Markdown readers using parseFromString.fiddlosopher2007-08-19
* + Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2007-08-18
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Added support for definition lists to RST reader.fiddlosopher2007-07-23
* Superscript and Subscript support for RST reader.fiddlosopher2007-07-22
* Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators).fiddlosopher2007-07-22
* RST reader: Allow hyperlink target URIs to be split over multiplefiddlosopher2007-07-09
* Moved Text.ParserCombinators.Pandoc ->fiddlosopher2007-07-09
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Resolved issue #10: instead of adding "\n\n" to thefiddlosopher2007-04-22
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* 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