aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-06-28RST reader: Allow # to continue list...fiddlosopher1-2/+3
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher1-16/+71
2009-01-31Moved tabFilter to Shared.fiddlosopher1-0/+21
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+953
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-836/+0
2007-11-23Reverted changes in r1086 (implicit section header references).fiddlosopher1-53/+3
2007-11-22Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)fiddlosopher1-8/+11
2007-11-22Implemented implicit reference-style links to section headers in markdown.fiddlosopher1-3/+53
2007-11-18Fixed some haddock documentation bugs in Shared.hs.fiddlosopher1-4/+4
2007-11-17Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher1-9/+19
2007-11-15Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.fiddlosopher1-1/+32
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+792
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-792/+0
2007-10-29Fixed bug in parsing files that begin with blank lines.fiddlosopher1-4/+2
2007-10-13Save and restore position in parseFromString, so that it doesn'tfiddlosopher1-0/+2
2007-09-27Added a writer option for wrapped text and a command-line optionfiddlosopher1-15/+25