aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-13make-windows-installer.bat: run tests.John MacFarlane1-1/+3
2015-11-13Updated changelog.John MacFarlane1-0/+3
2015-11-13Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.John MacFarlane1-870/+870
2015-11-13Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane2-2/+9
2015-11-13Org reader: Require whitespace around def list markersAlbert Krewinkel2-2/+9
2015-11-13Updated changelog.John MacFarlane1-0/+3
2015-11-13Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane2-4/+18
2015-11-13Updated changelog.John MacFarlane1-0/+2
2015-11-13Added `emoji` extension to Markdown.John MacFarlane7-1/+938
2015-11-13Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel2-4/+18
2015-11-13Allow `://` in citation keys.John MacFarlane1-1/+2
2015-11-12Updated man page from README.John MacFarlane1-148/+256
2015-11-12Makefile: include version in man page.John MacFarlane1-0/+1
2015-11-12Updated RELEASE_CHECKLIST with new deb procedure.John MacFarlane1-1/+1
2015-11-12Updated changelog.John MacFarlane1-0/+176
2015-11-12Added Arata Mizuki to contributor list.John MacFarlane1-0/+1
2015-11-12Bump version to 1.15.2.John MacFarlane1-1/+1
2015-11-12Debian: added configurable VAGRANTBOX env variable.John MacFarlane2-2/+3
2015-11-12Updated tests for template changes.John MacFarlane6-34/+28
2015-11-12ConTeXt and LaTeX templates: more cleanup (Andrew Dunning).John MacFarlane1-10/+7
2015-11-12Updated date on README.John MacFarlane1-1/+1
2015-11-12README: consistent capitalization for pandoc and Markdown.John MacFarlane1-95/+95
2015-11-12EPUB writer: don't download linked media when `data-external` attribute set.John MacFarlane2-2/+20
2015-11-12LaTeX writer: set `colorlinks`...John MacFarlane1-1/+4
2015-11-09Fixed shadowing error.John MacFarlane1-3/+3
2015-11-09make_travis_yml.hs: don't suppress -Werror on ghc 7.10.John MacFarlane1-1/+1
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane22-30/+64
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane109-118/+12
2015-11-09Revert "Use Default-extensions rather than ghc-options for NoImplicitPrelude."John MacFarlane1-8/+4
2015-11-09Revert "Give up support for ghc 7.4."John MacFarlane3-2/+5
2015-11-08Give up support for ghc 7.4.John MacFarlane3-5/+2
2015-11-08Use Default-extensions rather than ghc-options for NoImplicitPrelude.John MacFarlane1-4/+8
2015-11-08Merge pull request #2502 from minoki/latex-comment-environmentJohn MacFarlane1-1/+2
2015-11-08Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane2-1/+12
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane109-12/+118
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel2-1/+12
2015-11-08LaTeX reader: Handle `comment` environment.ARATA Mizuki1-1/+2
2015-11-04Merge pull request #2472 from adunning/patch-1John MacFarlane1-15/+21
2015-11-01LaTeX writer: properly handle footnotes in captions.John MacFarlane1-15/+18
2015-11-01LaTeX writer: avoid footnotes in list of figures.John MacFarlane1-1/+14
2015-10-30Pipe tables with long lines now get relative cell widths.John MacFarlane3-14/+39
2015-10-30HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane2-5/+12
2015-10-30Beamer template: added code to prevent slide breaks inside paragraphs.John MacFarlane1-13/+8
2015-10-30Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane3-15/+14
2015-10-29Beamer template: fix incompatibility of section slides with natbib.John MacFarlane1-7/+15
2015-10-28Revert "New approach to stack build on appveyor."John MacFarlane3-171/+33
2015-10-28New approach to stack build on appveyor.John MacFarlane3-33/+171
2015-10-28Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.John MacFarlane1-1/+1
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane2-2/+2
2015-10-27Change default for old-locale flag to False.John MacFarlane1-1/+1