Age | Commit message (Expand) | Author | Files | Lines |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 1 | -404/+576 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -6/+160 |
2007-07-26 | Changed how ASCIIMathML is handled: | fiddlosopher | 1 | -0/+4 |
2007-07-21 | Moved failIfStrict from Markdown reader to | fiddlosopher | 1 | -0/+7 |
2007-07-21 | Changes to functions for character escaping: | fiddlosopher | 1 | -18/+17 |
2007-07-21 | Added Strikeout, Superscript, and Subscript to | fiddlosopher | 1 | -8/+12 |
2007-07-19 | Added escapeCharAsString to Text.Pandoc.Shared. | fiddlosopher | 1 | -0/+9 |
2007-07-12 | Export NoteTable in Text.Pandoc.Shared. | fiddlosopher | 1 | -0/+1 |
2007-07-12 | Change to defaultWriterOptions: standalone is False by default. | fiddlosopher | 1 | -1/+1 |
2007-07-09 | Moved isHeaderBlock from Text.Pandoc.Writers.HTML | fiddlosopher | 1 | -0/+6 |
2007-07-07 | Adjusted copyright notices to 2006-7; use | fiddlosopher | 1 | -3/+3 |
2007-07-07 | + Introduced writerIgnoreNotes option in WriterOptions. This is needed | fiddlosopher | 1 | -0/+25 |
2007-07-07 | Added writerTableOfContents to WriterOptions, and added a | fiddlosopher | 1 | -11/+13 |
2007-07-07 | Minor comment change. | fiddlosopher | 1 | -1/+1 |
2007-05-10 | Improved prettyprinting of definition lists. | fiddlosopher | 1 | -3/+3 |
2007-04-15 | Moved escape and nullBlock parsers from ParserCombinators/Pandoc | fiddlosopher | 1 | -3/+18 |
2007-04-13 | Added Table to prettyBlock in Shared.hs. | fiddlosopher | 1 | -0/+7 |
2007-04-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -188/+39 |
2007-03-17 | Removed Blank block element as unnecessary. | fiddlosopher | 1 | -1/+0 |
2007-03-12 | Added clauses for DefinitionList and Table to replaceReferenceLinks in | fiddlosopher | 1 | -0/+8 |
2007-03-12 | Simplified keyTable, using assumption that key blocks are not | fiddlosopher | 1 | -20/+0 |
2007-03-10 | Modified prettyPandoc to handle DefinitionList elements. | fiddlosopher | 1 | -0/+4 |
2007-03-03 | Added --inline-links option to force links in HTML to be parsed | fiddlosopher | 1 | -0/+2 |
2007-02-21 | Added defaultWriterOptions to Shared.hs. | fiddlosopher | 1 | -0/+15 |
2007-01-28 | Changed 'encodeEntities' to 'escapeSGMLString'. | fiddlosopher | 1 | -3/+3 |
2007-01-28 | + Simplified entity handling by removing stringToSGML from Entities.hs. | fiddlosopher | 1 | -3/+3 |
2007-01-27 | More changes in entity handling: Instead of using entities for characters | fiddlosopher | 1 | -2/+2 |
2007-01-27 | Changes in entity handling: | fiddlosopher | 1 | -55/+3 |
2007-01-24 | Rewrote functions in Text/Pandoc/Shared so as not to use Text.Regex, | fiddlosopher | 1 | -28/+51 |
2007-01-24 | More smart quote bug fixes: | fiddlosopher | 1 | -1/+3 |
2007-01-22 | Removed 'gsub' entirely and replaced its uses with 'substitute'. | fiddlosopher | 1 | -8/+0 |
2007-01-22 | + Added a 'substitute' function to Shared.hs. This is a generic | fiddlosopher | 1 | -2/+12 |
2007-01-15 | Added support for tables in markdown reader and in LaTeX, | fiddlosopher | 1 | -0/+11 |
2007-01-06 | Fixed serious performance problems with new Markdown reader: | fiddlosopher | 1 | -0/+9 |
2007-01-06 | Merged changes from 'quotes' branch since r431. Smart typography | fiddlosopher | 1 | -68/+24 |
2007-01-04 | Fixed small bug in consolidateList: added case | fiddlosopher | 1 | -0/+1 |
2007-01-04 | Refactored SGML escaping functions and "in tag" functions to | fiddlosopher | 1 | -3/+95 |
2007-01-04 | + Improved text wrapping algorithm in markdown, docbook, and RST writers. | fiddlosopher | 1 | -5/+8 |
2007-01-02 | Change 'HtmlEntities' module to 'Entities'. Adjusted calling | fiddlosopher | 1 | -1/+1 |
2007-01-01 | Merged changes from docbook branch since r363. | fiddlosopher | 1 | -1/+2 |
2006-12-30 | Merged 'strict' branch from r324. This adds a '--strict' | fiddlosopher | 1 | -4/+7 |
2006-12-21 | Fixed a serious bug in the Markdown reader (also affecting LaTeX | fiddlosopher | 1 | -2/+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 | -104/+163 |
2006-12-19 | Merged changes to footnotes branch r219-r240. | fiddlosopher | 1 | -11/+13 |
2006-12-18 | Changed '--smartypants' to '--smart' and adjusted documentation | fiddlosopher | 1 | -1/+1 |
2006-12-16 | Changed 'putStrLn' to 'putStr' in Main.hs, and modified some | fiddlosopher | 1 | -1/+1 |
2006-11-26 | Pandoc bug fixes: | fiddlosopher | 1 | -0/+5 |