summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
* Properly escape URIs in all readers.John MacFarlane2010-03-23
* Updated copyright notices.John MacFarlane2010-03-23
* RST reader: Improved grid tables.fiddlosopher2010-02-27
* Incomplete support for RST tables (simple and grid).fiddlosopher2010-02-20
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* RST reader: Allow :: before lhs code block.fiddlosopher2009-12-22
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Support for "..code-block" directive in RST reader.fiddlosopher2009-11-17
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* Added % as an rst underline character.fiddlosopher2009-10-29
* Added haddock comments warning that readers assume \n line endings.fiddlosopher2009-10-04
* Improved clarity of titleTransform in RST reader.fiddlosopher2009-07-11
* Allow continuation lines in line blocks.fiddlosopher2009-06-25
* RST reader: Allow explicit links with spaces in URL: `link <to this>`_fiddlosopher2009-05-04
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Fixed bug in parsing files that begin with blank lines.fiddlosopher2007-10-29
* Improvements to RST reader:fiddlosopher2007-10-13
* Fixed bug in RST reader: previously, code blocks had to befiddlosopher2007-10-11
* Simplified parsing of reference keys and notes in markdown and RSTfiddlosopher2007-09-05
* Removed unneeded try's in RST reader; also minor code cleanup.fiddlosopher2007-08-29
* Efficiency improvements to RST reader (more than doubledfiddlosopher2007-08-29
* Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher2007-08-28
* 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