summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
Commit message (Expand)AuthorAge
* Set writerSlideVariant in Text.Pandoc rather than pandoc.hs.John MacFarlane2012-07-23
* Added a new FictionBook2 (FB2) writer.Sergey Astanin2012-07-22
* Make `--ascii` work properly with `--self-contained`.John MacFarlane2012-07-19
* `-V` option: Add variables to beginning of list, not end.John MacFarlane2012-07-03
* Test for base 4.4.0 instead of 4.5.0 for argument/filename encoding.John MacFarlane2012-06-25
* Don't encode/decode file paths if base >= 4.5.John MacFarlane2012-06-24
* Add support for Slideous output.Jonas Smedegaard2012-05-24
* Added 'zenburn' highlight style from highlighting-kate.John MacFarlane2012-05-17
* Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane2012-05-11
* Input files with .db extension treated as docbook by default.John MacFarlane2012-04-14
* Changed -V so that you can specify a key without a value.John MacFarlane2012-03-09
* Added beamer+lhs as output format.John MacFarlane2012-03-09
* Print texmath version in --version output.John MacFarlane2012-02-11
* Re-added the --ascii option.John MacFarlane2012-02-05
* Text.Pandoc.XML: Export fromEntities.John MacFarlane2012-02-05
* pandoc: Treat html5+lhs as an html format.John MacFarlane2012-02-05
* Complete rewrite of LaTeX reader.John MacFarlane2012-02-04
* Change copyright date.John MacFarlane2012-01-31
* Added `--epub-embed-font` option.John MacFarlane2012-01-30
* Made `beamer` an output format, removed `pdf` as output format.John MacFarlane2012-01-28
* Added --atx-headers option.John MacFarlane2012-01-26
* Reorganized --help output to match order of options in man page.John MacFarlane2012-01-25
* 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