Age | Commit message (Expand) | Author | Files | Lines |
2010-02-02 | Made HTML reader much more forgiving. | fiddlosopher | 1 | -29/+106 |
2009-12-31 | Removed redundant imports (found by ghc 6.12). | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Changed Meta author and date types to Inline lists instead of Strings. | fiddlosopher | 1 | -4/+4 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -2/+2 |
2009-12-05 | Added "head" to list of HTML block-level tags. | fiddlosopher | 1 | -1/+1 |
2009-11-21 | Fixed htmlComment parser. | fiddlosopher | 1 | -1/+1 |
2009-11-01 | Properly handle commented-out list items in markdown. | fiddlosopher | 1 | -0/+1 |
2009-10-04 | Added haddock comments warning that readers assume \n line endings. | fiddlosopher | 1 | -1/+1 |
2009-07-21 | Fixed bug in HTML comment parser. | fiddlosopher | 1 | -2/+2 |
2009-04-29 | Made htmlComment parser more efficient. | fiddlosopher | 1 | -1/+3 |
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+675 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -496/+0 |
2007-11-03 | Reverted back to state as of r1062. The template haskell changes | fiddlosopher | 1 | -0/+496 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -496/+0 |
2007-09-17 | Remove just one leading and one trailing newline | fiddlosopher | 1 | -3/+11 |
2007-09-17 | Changed parsing of code blocks in HTML reader: | fiddlosopher | 1 | -7/+8 |
2007-09-15 | Simplified HTML attribute parsing (HTML reader). | fiddlosopher | 1 | -10/+5 |
2007-09-14 | Fixed two bugs in HTML reader: | fiddlosopher | 1 | -11/+4 |
2007-08-19 | Added a necessary "try" in definition of "para" | fiddlosopher | 1 | -1/+2 |
2007-08-18 | Bug fixes in readers: | fiddlosopher | 1 | -6/+18 |
2007-08-15 | Allow htmlComments as rawHtmlInline in HTML reader. | fiddlosopher | 1 | -2/+3 |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 1 | -202/+160 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -2/+17 |
2007-07-23 | In HTML reader, filter Nulls in lists of blocks. (These can | fiddlosopher | 1 | -2/+2 |
2007-07-23 | Fixed bug in spanStrikeout: case was not exhaustive. | fiddlosopher | 1 | -1/+1 |
2007-07-23 | README: Removed the statement that the RST reader doesn't parse | fiddlosopher | 1 | -0/+1 |
2007-07-23 | Added definition list support to HTML reader. | fiddlosopher | 1 | -13/+32 |
2007-07-21 | Added support for Strikeout, Superscript, and Subscript to | fiddlosopher | 1 | -1/+26 |
2007-07-12 | HTML reader: haddock comment fix. | fiddlosopher | 1 | -1/+1 |
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-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -14/+5 |
2007-03-03 | Made image parsing in HTML reader sensitive to the | fiddlosopher | 1 | -3/+6 |
2007-03-03 | Added --inline-links option to force links in HTML to be parsed | fiddlosopher | 1 | -3/+6 |
2007-01-28 | + Simplified entity handling by removing stringToSGML from Entities.hs. | fiddlosopher | 1 | -1/+3 |
2007-01-27 | Changes in entity handling: | fiddlosopher | 1 | -10/+5 |
2007-01-24 | Fixed bug in 'extractTagType' in HTML reader: previous | fiddlosopher | 1 | -1/+4 |
2007-01-24 | Fixed a bug in extractTagType in HTML Reader: the previous | fiddlosopher | 1 | -6/+2 |
2007-01-24 | Fixed bug in HTML attribute parser: now a space is | fiddlosopher | 1 | -2/+2 |
2007-01-24 | Rewrote 'extractTagType' in HTML reader so that it doesn't use | fiddlosopher | 1 | -5/+7 |
2007-01-03 | Modified HTML reader to skip a newline following a <br> tag. | fiddlosopher | 1 | -0/+1 |
2007-01-02 | Change 'HtmlEntities' module to 'Entities'. Adjusted calling | fiddlosopher | 1 | -2/+2 |
2006-12-30 | Merged 'strict' branch from r324. This adds a '--strict' | fiddlosopher | 1 | -7/+17 |
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 |
2006-12-20 | Changed 'status' in comment headers from 'unstable' to 'provisional' | fiddlosopher | 1 | -1/+1 |
2006-12-20 | + Added module data for haddock. | fiddlosopher | 1 | -38/+47 |
2006-11-26 | Pandoc bug fixes: | fiddlosopher | 1 | -5/+5 |
2006-10-17 | initial import | fiddlosopher | 1 | -0/+434 |