aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-31Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher1-1/+6
2009-12-31Removed unneeded LANGUAGE pragmas.fiddlosopher1-1/+1
2009-12-31Added --xetex option to pandoc and markdown2pdf.fiddlosopher1-0/+2
2009-12-31Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher1-0/+4
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-2/+2
2009-12-31Changed readDataFile to look first in user data directory.fiddlosopher1-3/+6
2009-12-31Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher1-1/+7
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-8/+0
2009-12-31Added writerTemplate and writerVariables to writerOptions.fiddlosopher1-0/+4
2009-12-08Added optional section numbering in HTML output.fiddlosopher1-7/+11
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-4/+6
2009-12-05Added --id-prefix option.fiddlosopher1-0/+2
2009-12-05Changed --default-code-classes -> --indented-code-classes.fiddlosopher1-2/+2
2009-12-01Allow . and ~ in header identifiers.fiddlosopher1-1/+1
2009-12-01Added --default-code-classes option.fiddlosopher1-2/+4
2009-11-29Allow _ character in automatically generated identifiers.fiddlosopher1-1/+1
2009-11-28Markdown reader: parse refs and notes in the same pass.fiddlosopher1-1/+1
2009-11-01Changed heuristic in compactify.fiddlosopher1-19/+15