aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2011-12-22Added writerHighlight to WriterOptions.John MacFarlane1-0/+2
2011-12-22Removed writerAscii in WriterOptions.John MacFarlane1-2/+0
2011-12-02Shared: Removed unescapeURI, modified escapeURI.John MacFarlane1-17/+8
2011-10-01Added dzslides output option.John MacFarlane1-0/+1
2011-07-22Deprecated `--xetex` option - it is no longer needed.John MacFarlane1-0/+1
2011-07-19Added unexported Text.Pandoc.MIME.John MacFarlane1-451/+1
2011-07-17Added getMimeType to Text.Pandoc.Shared.John MacFarlane1-2/+452
2011-02-06Added --ascii option.John MacFarlane1-0/+2
2011-02-05Make writerSectionDivs default to False.John MacFarlane1-1/+1
2011-02-04Shared: Minor refactoring.John MacFarlane1-1/+4
2011-02-04normalize: Normalize spaces too.John MacFarlane1-5/+10
2011-01-29Shared: Fixed bug in normalize revealed by tests!John MacFarlane1-4/+5
2011-01-28Add possibility to use listings package for code blocks andJosef Svenningsson1-0/+2
2011-01-28Shared: Make 'normalize' more generic.John MacFarlane1-1/+1
2011-01-26Add support for attributes in inline Code.John MacFarlane1-4/+4
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-7/+4
2011-01-16Added --chapters option affecting docbook and latex.John MacFarlane1-0/+2
2011-01-11Preliminary support for HTML5.John MacFarlane1-0/+2
2010-12-26normalize: Don't reduce [Space] to [].John MacFarlane1-4/+1
2010-12-26Improved 'normalize'.John MacFarlane1-41/+44
2010-12-25Improved normalize.John MacFarlane1-0/+15
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-4/+5
2010-12-22Shared: Removed unneeded prettyprinting functions:John MacFarlane1-75/+0
2010-12-22Shared: Removed BlockWrapper, wrappedBlocksToDoc.John MacFarlane1-13/+1
2010-12-21Shared: Made splitBy take a test instead of an element.John MacFarlane1-6/+6
2010-12-19Shared: Use stringify to simplify inlineListToIdentifier.John MacFarlane1-28/+11
2010-12-17Added new prettyprinting module.John MacFarlane1-0/+3
2010-12-15Support multiple bibliography files with natbib and biblatex output.Nathan Gass1-2/+2
2010-12-14Added 'normalize' to Text.Pandoc.Shared.John MacFarlane1-1/+53
2010-12-13Added support to write natbib or biblatex citations in latex output.Nathan Gass1-0/+10
2010-12-13Fixed inlineListToIdentifier to treat '\160' as ' '.John MacFarlane1-1/+3
2010-12-07Rewrote normalizeSpaces (mostly aesthetic reasons).John MacFarlane1-14/+11
2010-11-27Added 'stringify' to Text.Pandoc.Shared.John MacFarlane1-0/+10
2010-11-20Citation related changes.John MacFarlane1-12/+0
2010-11-19Shared: Added findFirstFile, findDataFile, refactored readDataFile.John MacFarlane1-5/+24
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