summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
Commit message (Expand)AuthorAge
* Added --data-dir option.fiddlosopher2010-01-14
* Changed default of writerXeTeX to False.fiddlosopher2010-01-02
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher2009-12-31
* Removed unneeded LANGUAGE pragmas.fiddlosopher2009-12-31
* Added --xetex option to pandoc and markdown2pdf.fiddlosopher2009-12-31
* Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Changed readDataFile to look first in user data directory.fiddlosopher2009-12-31
* Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Added writerTemplate and writerVariables to writerOptions.fiddlosopher2009-12-31
* Added optional section numbering in HTML output.fiddlosopher2009-12-08
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Added --id-prefix option.fiddlosopher2009-12-05
* Changed --default-code-classes -> --indented-code-classes.fiddlosopher2009-12-05
* Allow . and ~ in header identifiers.fiddlosopher2009-12-01
* Added --default-code-classes option.fiddlosopher2009-12-01
* Allow _ character in automatically generated identifiers.fiddlosopher2009-11-29
* Markdown reader: parse refs and notes in the same pass.fiddlosopher2009-11-28
* Changed heuristic in compactify.fiddlosopher2009-11-01
* RST reader: Allow # to continue list...fiddlosopher2009-06-28
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Moved tabFilter to Shared.fiddlosopher2009-01-31
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted changes in r1086 (implicit section header references).fiddlosopher2007-11-23
* Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)fiddlosopher2007-11-22
* Implemented implicit reference-style links to section headers in markdown.fiddlosopher2007-11-22
* Fixed some haddock documentation bugs in Shared.hs.fiddlosopher2007-11-18
* Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher2007-11-17
* Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.fiddlosopher2007-11-15
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Fixed bug in parsing files that begin with blank lines.fiddlosopher2007-10-29
* Save and restore position in parseFromString, so that it doesn'tfiddlosopher2007-10-13
* Added a writer option for wrapped text and a command-line optionfiddlosopher2007-09-27
* Simplified parsing of reference keys and notes in markdown and RSTfiddlosopher2007-09-05
* Cleanup up Text.Pandoc.Shared to eliminate warningsfiddlosopher2007-08-31
* Added 'wrapped' function to Text.Pandoc.Shared.fiddlosopher2007-08-30
* Rewrote charsInBalanced and charsInBalanced'.fiddlosopher2007-08-29
* Minor reformatting.fiddlosopher2007-08-28
* anyLine now requires that the line end with a newline (not eof).fiddlosopher2007-08-28
* + Removed tabsToSpaces and tabsInLine from Text.Pandoc.Shared.fiddlosopher2007-08-28
* Removed unneeded 'try' from romanNumeral parser.fiddlosopher2007-08-28
* Use notFollowedBy instead of notFollowedBy' in charsInBalanced.fiddlosopher2007-08-28
* Removed unneeded 'try' in 'parseFromString'.fiddlosopher2007-08-28
* Removed unneeded 'try' from stringAnyCase. (Now it behavesfiddlosopher2007-08-28
* Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher2007-08-28
* Minor code cleanup in Text.Pandoc.Shared.fiddlosopher2007-08-28