summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
Commit message (Expand)AuthorAge
* Added --section-divs option.John MacFarlane2010-07-15
* Added --webtex option for HTML math.John MacFarlane2010-07-15
* Added a slidy writer.John MacFarlane2010-07-13
* Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane2010-07-11
|\
| * Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* | Moved headerShift from pandoc.hs to Shared.John MacFarlane2010-07-11
* | Slight code cleanup on substitute function.John MacFarlane2010-07-11
* | Added writerUserDataDir to WriterOptions.John MacFarlane2010-07-08
* | Added writerSourceDirectory to WriterOptions.John MacFarlane2010-07-08
* | Changed order of functions in Shared.John MacFarlane2010-07-06
* | Don't allow colon in autogenerated HTML identifiers.John MacFarlane2010-07-05
* | Added writerEPUBMetadata field and --epub-metadata option.John MacFarlane2010-07-05
* | Removed writerInclude{Before,After} from WriterOptions.John MacFarlane2010-07-05
* | Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane2010-07-05
* | Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane2010-07-05
* | Made KeyTable a map instead of an association list.John MacFarlane2010-05-08
* | Use explicit imports from Data.Generics.John MacFarlane2010-05-07
* | Use new UTF8 module in Shared, ODT, and the executables.John MacFarlane2010-05-06
* | Shared: Fixed uniqueIdent so it behaves as described in README.John MacFarlane2010-03-28
|/
* Shared: Export unescapeURI.John MacFarlane2010-03-23
* Shared: Rewrote uri and emailAddress to return original text + escaped URI.John MacFarlane2010-03-23
* Shared: enamed stringToURI -> escapeURI.John MacFarlane2010-03-23
* Better definition of stringToURI.John MacFarlane2010-03-23
* Updated copyright notices.John MacFarlane2010-03-23
* Fixed treatment of unicode characters in URIs.John MacFarlane2010-03-23
* Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher2010-03-18
* Shared: Export uniqueIdent, don't allow tilde in identifier.fiddlosopher2010-03-16
* Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.fiddlosopher2010-01-18
* 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