Age | Commit message (Expand) | Author | Files | Lines |
2007-08-30 | Replaced individual wrapping routines in RST, Man, and | fiddlosopher | 1 | -8/+3 |
2007-08-17 | Fixed block quote output in markdown writer: previously, | fiddlosopher | 1 | -4/+4 |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 1 | -40/+35 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -14/+17 |
2007-07-28 | Make URLs and emails in autolinks appear as Code. | fiddlosopher | 1 | -1/+1 |
2007-07-22 | Added ~ to the list of characters the markdown | fiddlosopher | 1 | -1/+1 |
2007-07-22 | Markdown writer: Substituted char for text for single characters. | fiddlosopher | 1 | -4/+4 |
2007-07-22 | + Added support for superscript, subscript, and | fiddlosopher | 1 | -3/+11 |
2007-07-21 | + Added Strikeout support to Markdown writer. | fiddlosopher | 1 | -2/+5 |
2007-07-19 | Refactored character escaping in Text.Pandoc.Writers.Markdown using | fiddlosopher | 1 | -8/+2 |
2007-07-09 | Text.Pandoc.Blocks: | fiddlosopher | 1 | -2/+2 |
2007-07-09 | Markdown writer: | fiddlosopher | 1 | -3/+3 |
2007-07-09 | Added --toc support to Markdown writer. | fiddlosopher | 1 | -6/+26 |
2007-07-07 | Adjusted copyright notices to 2006-7; use | fiddlosopher | 1 | -3/+3 |
2007-07-04 | Added table support to markdown writer. | fiddlosopher | 1 | -3/+34 |
2007-05-10 | Fixed bug with indented blocks occurring in definition lists. | fiddlosopher | 1 | -1/+3 |
2007-05-03 | Added support for definition lists to markdown | fiddlosopher | 1 | -0/+14 |
2007-04-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -144/+204 |
2007-03-17 | Removed Blank block element as unnecessary. | fiddlosopher | 1 | -3/+2 |
2007-02-17 | In writing Markdown, print unicode nonbreaking space | fiddlosopher | 1 | -1/+8 |
2007-01-27 | Cleaned up handling of embedded quotes in link titles. | fiddlosopher | 1 | -7/+3 |
2007-01-27 | Changes in entity handling: | fiddlosopher | 1 | -1/+0 |
2007-01-24 | Modified Markdown writer to use autolinks when possible. | fiddlosopher | 1 | -6/+10 |
2007-01-22 | Removed 'gsub' entirely and replaced its uses with 'substitute'. | fiddlosopher | 1 | -1/+1 |
2007-01-15 | Added support for tables in markdown reader and in LaTeX, | fiddlosopher | 1 | -0/+4 |
2007-01-06 | Merged changes from 'quotes' branch since r431. Smart typography | fiddlosopher | 1 | -6/+17 |
2007-01-05 | Changed Markdown writer so that it does not use the single-bracket | fiddlosopher | 1 | -1/+1 |
2007-01-04 | + Improved text wrapping algorithm in markdown, docbook, and RST writers. | fiddlosopher | 1 | -2/+7 |
2006-12-30 | Merged 'strict' branch from r324. This adds a '--strict' | fiddlosopher | 1 | -8/+6 |
2006-12-21 | Fixed two small haddock bugs. | fiddlosopher | 1 | -1/+1 |
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 | -62/+86 |
2006-12-19 | Merged changes to footnotes branch r219-r240. | fiddlosopher | 1 | -1/+1 |
2006-12-19 | Changed footnote syntax to conform to the de facto standard | fiddlosopher | 1 | -3/+3 |
2006-12-16 | Changed 'putStrLn' to 'putStr' in Main.hs, and modified some | fiddlosopher | 1 | -2/+1 |
2006-11-26 | Pandoc bug fixes: | fiddlosopher | 1 | -1/+1 |
2006-10-17 | initial import | fiddlosopher | 1 | -0/+149 |