aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-5/+7
2009-12-22RST reader: Allow :: before lhs code block.fiddlosopher1-0/+1
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-3/+3
2009-11-17Support for "..code-block" directive in RST reader.fiddlosopher1-0/+11
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher1-1/+1
2009-10-29Added % as an rst underline character.fiddlosopher1-1/+1
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher1-1/+3
2009-07-11Improved clarity of titleTransform in RST reader.fiddlosopher1-8/+6
2009-06-25Allow continuation lines in line blocks.fiddlosopher1-4/+5
2009-05-04RST reader: Allow explicit links with spaces in URL: `link <to this>`_fiddlosopher1-1/+1
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+707
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-640/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+640
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-640/+0
2007-10-29Fixed bug in parsing files that begin with blank lines.fiddlosopher1-1/+1
2007-10-13Improvements to RST reader:fiddlosopher1-31/+38
2007-10-11Fixed bug in RST reader: previously, code blocks had to befiddlosopher1-13/+8
2007-09-05Simplified parsing of reference keys and notes in markdown and RSTfiddlosopher1-15/+24
2007-08-29Removed unneeded try's in RST reader; also minor code cleanup.fiddlosopher1-23/+17
2007-08-29Efficiency improvements to RST reader (more than doubledfiddlosopher1-12/+9
2007-08-28Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher1-1/+1
2007-08-19Refactor RST and Markdown readers using parseFromString.fiddlosopher1-12/+3
2007-08-18+ Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher1-2/+3
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-174/+147
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-44/+11
2007-07-23Added support for definition lists to RST reader.fiddlosopher1-1/+15
2007-07-22Superscript and Subscript support for RST reader.fiddlosopher1-8/+10
2007-07-22Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators).fiddlosopher1-7/+12
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