summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)Author
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane
2012-09-27Shared: Export compactify', formerly in Markdown reader.John MacFarlane
2012-09-26Shared: Count \r as space in removeLeading/TrailingSpace.John MacFarlane
2012-09-23Revert "More intelligent handling of text encodings."John MacFarlane
2012-09-23More intelligent handling of text encodings.John MacFarlane
2012-08-15Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane
2012-08-09Removed `--strict`, added extensions to writer/reader names.John MacFarlane
2012-08-09Added safeRead to Text.Pandoc.Shared.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-07-24Slightly more efficient normalizeSpaces.John MacFarlane
2012-07-24Added fields to WriterOptions.John MacFarlane
2012-07-19Provide Data.Default instances for ParserState and WriterOptions.John MacFarlane
2012-05-24Add support for Slideous output.Jonas Smedegaard
2012-05-11Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane
2012-02-04Complete rewrite of LaTeX reader.John MacFarlane
2012-01-28Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane
2012-01-27Shared: Added splitStringWithIndices.John MacFarlane
2012-01-26Added --atx-headers option.John MacFarlane
2012-01-25Added --slide-level option to override default.John MacFarlane
2011-12-29Added 'beamer' as an output format.John MacFarlane
2011-12-27Added `--highlight-style` and `--no-highlight` options.John MacFarlane
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane
2011-12-22Added writerHighlight to WriterOptions.John MacFarlane
2011-12-22Removed writerAscii in WriterOptions.John MacFarlane
2011-12-02Shared: Removed unescapeURI, modified escapeURI.John MacFarlane
2011-10-01Added dzslides output option.John MacFarlane
2011-07-22Deprecated `--xetex` option - it is no longer needed.John MacFarlane
2011-07-19Added unexported Text.Pandoc.MIME.John MacFarlane
2011-07-17Added getMimeType to Text.Pandoc.Shared.John MacFarlane
2011-02-06Added --ascii option.John MacFarlane
2011-02-05Make writerSectionDivs default to False.John MacFarlane
2011-02-04Shared: Minor refactoring.John MacFarlane
2011-02-04normalize: Normalize spaces too.John MacFarlane
2011-01-29Shared: Fixed bug in normalize revealed by tests!John MacFarlane
2011-01-28Add possibility to use listings package for code blocks andJosef Svenningsson
2011-01-28Shared: Make 'normalize' more generic.John MacFarlane
2011-01-26Add support for attributes in inline Code.John MacFarlane
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane
2011-01-16Added --chapters option affecting docbook and latex.John MacFarlane
2011-01-11Preliminary support for HTML5.John MacFarlane
2010-12-26normalize: Don't reduce [Space] to [].John MacFarlane
2010-12-26Improved 'normalize'.John MacFarlane
2010-12-25Improved normalize.John MacFarlane
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane
2010-12-22Shared: Removed unneeded prettyprinting functions:John MacFarlane
2010-12-22Shared: Removed BlockWrapper, wrappedBlocksToDoc.John MacFarlane
2010-12-21Shared: Made splitBy take a test instead of an element.John MacFarlane
2010-12-19Shared: Use stringify to simplify inlineListToIdentifier.John MacFarlane
2010-12-17Added new prettyprinting module.John MacFarlane