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