summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Updated changelog.John MacFarlane2015-11-13
* Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.John MacFarlane2015-11-13
* Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane2015-11-13
|\
| * Org reader: Require whitespace around def list markersAlbert Krewinkel2015-11-13
* | Updated changelog.John MacFarlane2015-11-13
* | Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane2015-11-13
|\ \
| * | Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel2015-11-13
| |/
* | Updated changelog.John MacFarlane2015-11-13
* | Added `emoji` extension to Markdown.John MacFarlane2015-11-13
* | Allow `://` in citation keys.John MacFarlane2015-11-13
|/
* Updated man page from README.John MacFarlane2015-11-12
* Makefile: include version in man page.John MacFarlane2015-11-12
* Updated RELEASE_CHECKLIST with new deb procedure.John MacFarlane2015-11-12
* Updated changelog.John MacFarlane2015-11-12
* Added Arata Mizuki to contributor list.John MacFarlane2015-11-12
* Bump version to 1.15.2.John MacFarlane2015-11-12
* Debian: added configurable VAGRANTBOX env variable.John MacFarlane2015-11-12
* Updated tests for template changes.John MacFarlane2015-11-12
* ConTeXt and LaTeX templates: more cleanup (Andrew Dunning).John MacFarlane2015-11-12
* Updated date on README.John MacFarlane2015-11-12
* README: consistent capitalization for pandoc and Markdown.John MacFarlane2015-11-12
* EPUB writer: don't download linked media when `data-external` attribute set.John MacFarlane2015-11-12
* LaTeX writer: set `colorlinks`...John MacFarlane2015-11-12
* Fixed shadowing error.John MacFarlane2015-11-09
* make_travis_yml.hs: don't suppress -Werror on ghc 7.10.John MacFarlane2015-11-09
* Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Revert "Use Default-extensions rather than ghc-options for NoImplicitPrelude."John MacFarlane2015-11-09
* Revert "Give up support for ghc 7.4."John MacFarlane2015-11-09
* Give up support for ghc 7.4.John MacFarlane2015-11-08
* Use Default-extensions rather than ghc-options for NoImplicitPrelude.John MacFarlane2015-11-08
* Merge pull request #2502 from minoki/latex-comment-environmentJohn MacFarlane2015-11-08
|\
| * LaTeX reader: Handle `comment` environment.ARATA Mizuki2015-11-08
* | Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane2015-11-08
|\ \
| * | Org reader: fix markup parsing in headersAlbert Krewinkel2015-11-08
| |/
* / Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
|/
* Merge pull request #2472 from adunning/patch-1John MacFarlane2015-11-04
|\
| * Note expanded support for abstract, keywords.Andrew Dunning2015-10-23
| * Update LaTeX/ConTeXt variable usage in README.Andrew Dunning2015-10-22
* | LaTeX writer: properly handle footnotes in captions.John MacFarlane2015-11-01
* | LaTeX writer: avoid footnotes in list of figures.John MacFarlane2015-11-01
* | Pipe tables with long lines now get relative cell widths.John MacFarlane2015-10-30
* | HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane2015-10-30
* | Beamer template: added code to prevent slide breaks inside paragraphs.John MacFarlane2015-10-30
* | Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane2015-10-30
* | Beamer template: fix incompatibility of section slides with natbib.John MacFarlane2015-10-29
* | Revert "New approach to stack build on appveyor."John MacFarlane2015-10-28
* | New approach to stack build on appveyor.John MacFarlane2015-10-28
* | Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.John MacFarlane2015-10-28
* | LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane2015-10-28