Age | Commit message (Expand) | Author | Files | Lines |
2010-12-22 | Shared: Removed unneeded prettyprinting functions: | John MacFarlane | 1 | -75/+0 |
2010-12-22 | Shared: Removed BlockWrapper, wrappedBlocksToDoc. | John MacFarlane | 1 | -13/+1 |
2010-12-21 | Shared: Made splitBy take a test instead of an element. | John MacFarlane | 1 | -6/+6 |
2010-12-19 | Shared: Use stringify to simplify inlineListToIdentifier. | John MacFarlane | 1 | -28/+11 |
2010-12-17 | Added new prettyprinting module. | John MacFarlane | 1 | -0/+3 |
2010-12-15 | Support multiple bibliography files with natbib and biblatex output. | Nathan Gass | 1 | -2/+2 |
2010-12-14 | Added 'normalize' to Text.Pandoc.Shared. | John MacFarlane | 1 | -1/+53 |
2010-12-13 | Added support to write natbib or biblatex citations in latex output. | Nathan Gass | 1 | -0/+10 |
2010-12-13 | Fixed inlineListToIdentifier to treat '\160' as ' '. | John MacFarlane | 1 | -1/+3 |
2010-12-07 | Rewrote normalizeSpaces (mostly aesthetic reasons). | John MacFarlane | 1 | -14/+11 |
2010-11-27 | Added 'stringify' to Text.Pandoc.Shared. | John MacFarlane | 1 | -0/+10 |
2010-11-20 | Citation related changes. | John MacFarlane | 1 | -12/+0 |
2010-11-19 | Shared: Added findFirstFile, findDataFile, refactored readDataFile. | John MacFarlane | 1 | -5/+24 |
2010-10-26 | Added support for MathJax for displaying math in HTML. | John MacFarlane | 1 | -0/+1 |
2010-07-15 | Added --section-divs option. | John MacFarlane | 1 | -0/+2 |
2010-07-15 | Added --webtex option for HTML math. | John MacFarlane | 1 | -1/+1 |
2010-07-13 | Added a slidy writer. | John MacFarlane | 1 | -4/+11 |
2010-07-11 | Merge branch 'atlists'. Added auto-numbered example lists. | John MacFarlane | 1 | -0/+1 |
2010-07-11 | Moved headerShift from pandoc.hs to Shared. | John MacFarlane | 1 | -0/+8 |
2010-07-11 | Slight code cleanup on substitute function. | John MacFarlane | 1 | -4/+4 |
2010-07-08 | Added writerUserDataDir to WriterOptions. | John MacFarlane | 1 | -0/+2 |
2010-07-08 | Added writerSourceDirectory to WriterOptions. | John MacFarlane | 1 | -0/+2 |
2010-07-06 | Changed order of functions in Shared. | John MacFarlane | 1 | -26/+26 |
2010-07-05 | Don't allow colon in autogenerated HTML identifiers. | John MacFarlane | 1 | -2/+2 |
2010-07-05 | Added writerEPUBMetadata field and --epub-metadata option. | John MacFarlane | 1 | -0/+2 |
2010-07-05 | Removed writerInclude{Before,After} from WriterOptions. | John MacFarlane | 1 | -4/+0 |
2010-07-05 | Moved Pandoc prettyprinting code from Shared to new Native writer. | John MacFarlane | 1 | -52/+0 |
2010-07-05 | Moved parsing functions from Text.Pandoc.Shared to new module. | John MacFarlane | 1 | -507/+3 |
2010-05-08 | Made KeyTable a map instead of an association list. | John MacFarlane | 1 | -6/+16 |
2010-05-07 | Use explicit imports from Data.Generics. | John MacFarlane | 1 | -1/+1 |
2010-05-06 | Use new UTF8 module in Shared, ODT, and the executables. | John MacFarlane | 1 | -11/+5 |
2010-03-28 | Shared: Fixed uniqueIdent so it behaves as described in README. | John MacFarlane | 1 | -33/+34 |
2010-03-27 | Implemented @ for sequentially numbered examples. | John MacFarlane | 1 | -5/+28 |
2010-03-23 | Shared: Export unescapeURI. | John MacFarlane | 1 | -2/+9 |
2010-03-23 | Shared: Rewrote uri and emailAddress to return original text + escaped URI. | John MacFarlane | 1 | -12/+17 |
2010-03-23 | Shared: enamed stringToURI -> escapeURI. | John MacFarlane | 1 | -4/+4 |
2010-03-23 | Better definition of stringToURI. | John MacFarlane | 1 | -14/+6 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 |
2010-03-23 | Fixed treatment of unicode characters in URIs. | John MacFarlane | 1 | -1/+17 |
2010-03-18 | Added --mathml option; removed Text.Pandoc.LaTeXMathML. | fiddlosopher | 1 | -0/+1 |
2010-03-16 | Shared: Export uniqueIdent, don't allow tilde in identifier. | fiddlosopher | 1 | -1/+4 |
2010-01-18 | Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML. | fiddlosopher | 1 | -4/+6 |
2010-01-14 | Added --data-dir option. | fiddlosopher | 1 | -6/+6 |
2010-01-02 | Changed default of writerXeTeX to False. | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Removed redundant imports (found by ghc 6.12). | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Use System.IO.UTF8 only if ghc < 6.12. | fiddlosopher | 1 | -1/+6 |
2009-12-31 | Removed unneeded LANGUAGE pragmas. | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Added --xetex option to pandoc and markdown2pdf. | fiddlosopher | 1 | -0/+2 |
2009-12-31 | Restored writerIncludeBefore, writerIncludeAfter. | fiddlosopher | 1 | -0/+4 |
2009-12-31 | Changed Meta author and date types to Inline lists instead of Strings. | fiddlosopher | 1 | -2/+2 |