Age | Commit message (Expand) | Author | Files | Lines |
2010-03-23 | Properly escape URIs in all readers. | John MacFarlane | 1 | -18/+19 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 |
2010-02-27 | RST reader: Improved grid tables. | fiddlosopher | 1 | -20/+34 |
2010-02-20 | Incomplete support for RST tables (simple and grid). | fiddlosopher | 1 | -2/+193 |
2009-12-31 | Changed Meta author and date types to Inline lists instead of Strings. | fiddlosopher | 1 | -5/+7 |
2009-12-22 | RST reader: Allow :: before lhs code block. | fiddlosopher | 1 | -0/+1 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -3/+3 |
2009-11-17 | Support for "..code-block" directive in RST reader. | fiddlosopher | 1 | -0/+11 |
2009-11-03 | Specially mark code blocks that were "literate" in the input. | fiddlosopher | 1 | -1/+1 |
2009-10-29 | Added % as an rst underline character. | fiddlosopher | 1 | -1/+1 |
2009-10-04 | Added haddock comments warning that readers assume \n line endings. | fiddlosopher | 1 | -1/+3 |
2009-07-11 | Improved clarity of titleTransform in RST reader. | fiddlosopher | 1 | -8/+6 |
2009-06-25 | Allow continuation lines in line blocks. | fiddlosopher | 1 | -4/+5 |
2009-05-04 | RST reader: Allow explicit links with spaces in URL: `link <to this>`_ | fiddlosopher | 1 | -1/+1 |
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+707 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -640/+0 |
2007-11-03 | Reverted back to state as of r1062. The template haskell changes | fiddlosopher | 1 | -0/+640 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -640/+0 |
2007-10-29 | Fixed bug in parsing files that begin with blank lines. | fiddlosopher | 1 | -1/+1 |
2007-10-13 | Improvements to RST reader: | fiddlosopher | 1 | -31/+38 |
2007-10-11 | Fixed bug in RST reader: previously, code blocks had to be | fiddlosopher | 1 | -13/+8 |
2007-09-05 | Simplified parsing of reference keys and notes in markdown and RST | fiddlosopher | 1 | -15/+24 |
2007-08-29 | Removed unneeded try's in RST reader; also minor code cleanup. | fiddlosopher | 1 | -23/+17 |
2007-08-29 | Efficiency improvements to RST reader (more than doubled | fiddlosopher | 1 | -12/+9 |
2007-08-28 | Changed definition of 'enclosed' in Text.Pandoc.Shared so that | fiddlosopher | 1 | -1/+1 |
2007-08-19 | Refactor RST and Markdown readers using parseFromString. | fiddlosopher | 1 | -12/+3 |
2007-08-18 | + Fixed bug in markdown ordered list parsing. The problem was | fiddlosopher | 1 | -2/+3 |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 1 | -174/+147 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -44/+11 |
2007-07-23 | Added support for definition lists to RST reader. | fiddlosopher | 1 | -1/+15 |
2007-07-22 | Superscript and Subscript support for RST reader. | fiddlosopher | 1 | -8/+10 |
2007-07-22 | Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators). | fiddlosopher | 1 | -7/+12 |
2007-07-09 | RST reader: Allow hyperlink target URIs to be split over multiple | fiddlosopher | 1 | -10/+14 |
2007-07-09 | Moved Text.ParserCombinators.Pandoc -> | fiddlosopher | 1 | -1/+1 |
2007-07-07 | Adjusted copyright notices to 2006-7; use | fiddlosopher | 1 | -3/+3 |
2007-04-22 | Resolved issue #10: instead of adding "\n\n" to the | fiddlosopher | 1 | -1/+1 |
2007-04-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -64/+66 |
2007-03-17 | Removed Blank block element as unnecessary. | fiddlosopher | 1 | -1/+1 |
2007-02-15 | Got rid of two unneeded 'getState's. Note that | fiddlosopher | 1 | -2/+2 |
2007-02-15 | Use lookAhead instead of getInput/setInput in RST reader. | fiddlosopher | 1 | -3/+1 |
2007-02-15 | Removed followedBy' parser from Text/ParserCombinators/Pandoc, | fiddlosopher | 1 | -2/+2 |
2007-02-14 | Fixed issue #8: slow performance in parsing inline literals in | fiddlosopher | 1 | -0/+2 |
2007-02-12 | + Added some needed "try"s before multicharacter parsers, | fiddlosopher | 1 | -1/+1 |
2007-02-12 | Added 'try' in front of 'string', where needed, or | fiddlosopher | 1 | -6/+8 |
2007-02-12 | Allow the URI in a RST hyperlink target to start on the line | fiddlosopher | 1 | -0/+3 |
2006-12-31 | Simplified list parsing code in RST reader. | fiddlosopher | 1 | -7/+8 |
2006-12-31 | Cleaned up some code in RST reader. | fiddlosopher | 1 | -20/+15 |
2006-12-21 | Fixed a serious bug in the Markdown reader (also affecting LaTeX | fiddlosopher | 1 | -10/+7 |
2006-12-20 | Added license text to top of source files. | fiddlosopher | 1 | -0/+18 |
2006-12-20 | Changed 'stability' from 'provisional' to 'alpha'. | fiddlosopher | 1 | -1/+1 |