summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
Commit message (Expand)AuthorAge
* 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
* Minor code formatting.John MacFarlane2011-01-16
* Moved --chapters to before --number-sections in option list.John MacFarlane2011-01-16
* Added --chapters option affecting docbook and latex.John MacFarlane2011-01-16
* Improvements to --html5 support:John MacFarlane2011-01-11
* Preliminary support for HTML5.John MacFarlane2011-01-11
* pandoc: Test standalone' rather than standalone for final newline.John MacFarlane2011-01-07
* pandoc: Add newline to output unless standalone.John MacFarlane2011-01-06
* Added new prettyprinting module.John MacFarlane2010-12-17
* Support multiple bibliography files with natbib and biblatex output.Nathan Gass2010-12-15
* Added option to write citation markup in markdown writer.Nathan Gass2010-12-13
* Added support to write natbib or biblatex citations in latex output.Nathan Gass2010-12-13
* Recognize .json extension as json reader/writer.John MacFarlane2010-12-12
* Removed deprecated -C/--custom-header option.John MacFarlane2010-12-11
* Moved 'readers' and 'writers' to Text.Pandoc.John MacFarlane2010-12-10
* Removed HTML sanitization.John MacFarlane2010-12-10
* Added Org-mode writerPuneeth Chaganti2010-12-04
* Merge branch 'citeproc' into master.John MacFarlane2010-12-03
|\
| * Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
| |\
| * | More flexible handling of --csl.John MacFarlane2010-11-23
| * | Removed citeproc flag and CPP conditionals.John MacFarlane2010-11-23
| * | Citation related changes.John MacFarlane2010-11-20
| * | Use default biblio.{xml,json,bib} in pandoc data dir if none specified.John MacFarlane2010-11-19
| * | If --csl not specified, read from data files or default.John MacFarlane2010-11-18
| * | Removed unneeded format argument in call to readBiblioFile.John MacFarlane2010-11-16
| * | Improve handling of bibliography not found error.John MacFarlane2010-11-13
| * | Replaced --biblio-file with --bibliography, removed --biblio-format.John MacFarlane2010-11-13
| * | Merge branch 'master' into citeprocJohn MacFarlane2010-11-12
| |\ \
| * | | Changes to use citeproc 0.3.John MacFarlane2010-10-27
* | | | Use textile reader by default for .textile extension.John MacFarlane2010-12-03
* | | | Basic Textile Readerpaul.rivier2010-12-03
| |_|/ |/| |
* | | Merge branch 'textile'John MacFarlane2010-11-27
|\ \ \ | |_|/ |/| |
| * | Added Textile writer module.John MacFarlane2010-05-17
* | | Treat argument as URI only if it has http(s) scheme.John MacFarlane2010-11-12
| |/ |/|
* | Added support for MathJax for displaying math in HTML.John MacFarlane2010-10-26
* | Process LaTeX macros in markdown, and apply to TeX math.John MacFarlane2010-10-26