aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2010-12-22RST reader: Added unicode quote characters to specialChars.John MacFarlane1-1/+1
2010-12-22RST reader: recouped speed loss due to addition of --smart.John MacFarlane1-4/+4
2010-12-08RST reader: Added footnote suppport.John MacFarlane1-3/+51
2010-12-07Made --smart work with RST reader.John MacFarlane1-2/+3
2010-12-05Fix regression: markdown references should be case-insensitive.John MacFarlane1-7/+8
2010-07-11Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane1-1/+1
2010-07-06Minor comment change.John MacFarlane1-1/+1
2010-07-05More refactoring of grid table code.John MacFarlane1-52/+6
2010-07-05Moved generic grid table functions from RST reader -> Parsing.John MacFarlane1-73/+6
2010-07-05Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane1-1/+2
2010-05-08Made KeyTable a map instead of an association list.John MacFarlane1-19/+23
2010-03-27Implemented @ for sequentially numbered examples.John MacFarlane1-1/+1
2010-03-23Properly escape URIs in all readers.John MacFarlane1-18/+19
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-02-27RST reader: Improved grid tables.fiddlosopher1-20/+34
2010-02-20Incomplete support for RST tables (simple and grid).fiddlosopher1-2/+193
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