summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
Commit message (Expand)AuthorAge
...
* Added --slide-level option to override default.John MacFarlane2012-01-25
* Slight edits to a couple error messages.John MacFarlane2012-01-21
* Removed `beamer` output format; added `--beamer` option.John MacFarlane2012-01-21
* pandoc: Better error checking.John MacFarlane2012-01-21
* Improved deprecation warnings for --html5, --offline.John MacFarlane2012-01-21
* pandoc: Removed deprecated --xetex option.John MacFarlane2012-01-21
* pandoc: Check for latex program earlier.John MacFarlane2012-01-21
* pandoc: Added optLaTeXProgram.John MacFarlane2012-01-21
* Refactored error reporting in pandoc.hs.John MacFarlane2012-01-20
* PDF: Use string instead of special TeXProgram type.John MacFarlane2012-01-20
* PDF: Better error message.John MacFarlane2012-01-20
* pandoc: Output to pdf now works.John MacFarlane2012-01-20
* PDF: Removed TeXError type, just return a bytestring.John MacFarlane2012-01-20
* Added Docx writer.John MacFarlane2012-01-19
* New treatment of dashes in --smart mode.John MacFarlane2012-01-01
* Unescape entities in citation refId.John MacFarlane2011-12-29
* DZSlides: Added dzslides/template.html.John MacFarlane2011-12-29
* Made `--version` informative about versions of dependencies.John MacFarlane2011-12-29
* Better formatting for list of highlighting languages.John MacFarlane2011-12-29
* Added "beamer" a few places where we test for latex.John MacFarlane2011-12-29
* Don't use `--smart` automatically with `man` output.John MacFarlane2011-12-29
* Better formatting of input/output formats in `--help`.John MacFarlane2011-12-29
* Made `html5` and `html5+lhs` output formats.John MacFarlane2011-12-29
* Added `--highlight-style` and `--no-highlight` options.John MacFarlane2011-12-27
* Removed highlighting flag. Highlighting support is now standard.John MacFarlane2011-12-22
* Added writerHighlight to WriterOptions.John MacFarlane2011-12-22
* Use blaze-html instead of xhtml for HTML generation.John MacFarlane2011-12-17
* New slidy directory for "self-contained."John MacFarlane2011-12-03
* pandoc.hs : changed a couple `writerName` to `writerName'`.John MacFarlane2011-11-23
* Set `--standalone` implicitly when non-text output format.John MacFarlane2011-11-22
* Added --self-contained, integrated into src/pandoc.hs.John MacFarlane2011-11-21
* Added an asciidoc writer (partial).John MacFarlane2011-11-16
* Implemented --citation-abbreviations option.John MacFarlane2011-11-11
* Removed redundant import.John MacFarlane2011-10-26
* Added dzslides output option.John MacFarlane2011-10-01
* Fixed slidy css.John MacFarlane2011-07-24
* Changed `--mathjax` to link to mathjax CDN by default.John MacFarlane2011-07-23
* Changed default template naming scheme.John MacFarlane2011-07-22
* Look for value of --template in datadir if not found.John MacFarlane2011-07-22
* Deprecated `--xetex` option - it is no longer needed.John MacFarlane2011-07-22
* Revert API change in EPUB writer.John MacFarlane2011-04-16
* Added --epub-cover-image option.John MacFarlane2011-03-13
* pandoc.hs: Updated copyright notice.John MacFarlane2011-02-06
* Added --ascii option.John MacFarlane2011-02-06
* pandoc.hs: Simplified code for writing result.John MacFarlane2011-01-30
* Add possibility to use listings package for code blocks andJosef Svenningsson2011-01-28
* RTF writer: Embed images when possible.John MacFarlane2011-01-28
* Default to textile writer on .textile extension.John MacFarlane2011-01-23
* Added --normalize option.John MacFarlane2011-01-20
* Removed '--no-citeproc' as alias for '--natbib'.John MacFarlane2011-01-16