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