aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-05Simplified parsing of reference keys and notes in markdown and RSTfiddlosopher1-24/+0
2007-08-31Cleanup up Text.Pandoc.Shared to eliminate warningsfiddlosopher1-39/+40
2007-08-30Added 'wrapped' function to Text.Pandoc.Shared.fiddlosopher1-0/+7
2007-08-29Rewrote charsInBalanced and charsInBalanced'.fiddlosopher1-9/+9
2007-08-28Minor reformatting.fiddlosopher1-2/+2
2007-08-28anyLine now requires that the line end with a newline (not eof).fiddlosopher1-1/+1
2007-08-28+ Removed tabsToSpaces and tabsInLine from Text.Pandoc.Shared.fiddlosopher1-22/+0
2007-08-28Removed unneeded 'try' from romanNumeral parser.fiddlosopher1-1/+1
2007-08-28Use notFollowedBy instead of notFollowedBy' in charsInBalanced.fiddlosopher1-1/+1
2007-08-28Removed unneeded 'try' in 'parseFromString'.fiddlosopher1-1/+1
2007-08-28Removed unneeded 'try' from stringAnyCase. (Now it behavesfiddlosopher1-2/+2
2007-08-28Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher1-2/+2
2007-08-28Minor code cleanup in Text.Pandoc.Shared.fiddlosopher1-4/+7
2007-08-28Removed unnecessary 'try' in 'anyLine' (Text.Pandoc.Shared).fiddlosopher1-2/+1