aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-17LaTeX writer: Specially escape non-ascii characters in labels.listJohn MacFarlane
2013-10-17PDF: Minor code cleanup.John MacFarlane
2013-10-17LaTeX writer: Add link anchors for code blocks with identifiers.John MacFarlane
2013-10-16Use isURI instead of isAbsoluteURI.John MacFarlane
2013-10-15Require pandoc-types 1.12.3.John MacFarlane
2013-10-13Treat div with class "notes" as speaker notes in slide formats.John MacFarlane
2013-10-13HTML writer: Insert command to typeset mathjax for slideous output.John MacFarlane
2013-10-11LaTeX reader: Ensure that preamble doesn't contribute to text of doc.John MacFarlane
2013-10-11RST writer: Skip spaces after display math.John MacFarlane
2013-10-11LaTeX reader: Fixed character escaping in \url{}.John MacFarlane
2013-10-08Revert "Setup.hs: Better way of handling man page building."John MacFarlane
2013-10-06Setup.hs: Better way of handling man page building.John MacFarlane
2013-10-06Removed code that forces MathJax to typeset.John MacFarlane
2013-10-01Require pandoc-types >= 1.12.2.2.John MacFarlane
2013-09-29Require pandoc-types >= 1.12.2.John MacFarlane
2013-09-28LaTeX reader: Parse {groups} as Span.John MacFarlane
2013-09-24Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane
2013-09-24Updated opendocument tests.John MacFarlane
2013-09-24OpenDocument writer: don't use font-face-decls variable.John MacFarlane
2013-09-24Merge pull request #995 from wilx/masterJohn MacFarlane
2013-09-25src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code.Václav Zeman
2013-09-20Bump version to 1.12.0.2 and update changelog.1.12.0.2John MacFarlane
2013-09-20Removed stringable as a dependency. IT is not used.John MacFarlane
2013-09-20Updated RELEASE-CHECKLIST with github releases.John MacFarlane
2013-09-20Added --force in make-windows-installer.bat.1.12.0.1John MacFarlane
2013-09-20make_osx_package: small code cleanup.John MacFarlane
2013-09-20Updated changelog.John MacFarlane
2013-09-20Version bump to 1.12.0.1.John MacFarlane
2013-09-19Don't use unicode_collation in building OSX package.John MacFarlane
2013-09-19Added something on unicode_collation to INSTALL.John MacFarlane
2013-09-19Added small explanation of difference btw `-M` and `-V`.John MacFarlane
2013-09-19Documented `--metadata` change.John MacFarlane
2013-09-19Handle Boolean values in `--metadata`.John MacFarlane
2013-09-19Markdown reader: small code improvement.John MacFarlane
2013-09-19LaTeX writer: Don't print biblio if --natbib or --biblatex option used.John MacFarlane
2013-09-19DOCX writer: Add missing settings.xml to the zip container.John MacFarlane
2013-09-18Fixed reference slides.John MacFarlane
2013-09-17More informative error when a filter is not found in path.John MacFarlane
2013-09-17Allow `--metadata` to be repeated for the same key to form a list.John MacFarlane
2013-09-17Depend on pandoc-types 1.12.1.John MacFarlane
2013-09-17make_osx_package.sh: Add dylibs needed for text-icu.John MacFarlane
2013-09-16Fixed typo in changelog: pandoc-citations -> pandoc-citeproc.John MacFarlane
2013-09-16Declare alex and happy as build-tools.John MacFarlane
2013-09-15Minor formatting change on changelog.1.12John MacFarlane
2013-09-14Markdown reader: unresolved citations fall back to original text.John MacFarlane
2013-09-14Typo in changelog.John MacFarlane
2013-09-14changelog: Added some citation-related entries.John MacFarlane
2013-09-14Further fixes to make_osx_package.sh.John MacFarlane
2013-09-14Windows: make citation support a separable component.John MacFarlane
2013-09-14Updated windows installer batch file.John MacFarlane