summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-28Moved makeCanoncial definition out of ifdef!John MacFarlane
2017-12-28Class: use makeCanonical for normalization in FileTree and data files.John MacFarlane
2017-12-28Added data/docx/word/comments.xml to pandoc.cabal data files.John MacFarlane
2017-12-28Use insertInFileTree in powerpoint test.John MacFarlane
2017-12-28Text.Pandoc.Class: add insertInFileTree (API change).John MacFarlane
2017-12-28linux package build: use stack lts-9.John MacFarlane
2017-12-28Fixed warning in powerpoint writer test.John MacFarlane
2017-12-28LaTeX writer: Use \endhead after \toprule in headerless tables.John MacFarlane
2017-12-28LaTeX reader: be more tolerant of `&` character.John MacFarlane
2017-12-28Travis: removed lts-9 build.John MacFarlane
2017-12-28PowerPoint writer: Introduce beginning of testsJesse Rosenthal
2017-12-28Org smart test: drop superfluous importAlbert Krewinkel
2017-12-28Org reader: support minlevel option for includesAlbert Krewinkel
2017-12-28Break-up org reader test fileAlbert Krewinkel
2017-12-28FB2 writer: add cover image specified by "cover-image" metaAlexander Krotov
2017-12-28PowerPoint writer: Obey slide level optionJesse Rosenthal
2017-12-27Travis: do a stack build with lts-9. Use system ghc.John MacFarlane
2017-12-27stack.lts9.yaml: added some necessary build-deps.John MacFarlane
2017-12-27Added stack.lts9.yaml for building with lts 9 and ghc 8.0.2.John MacFarlane
2017-12-27Update appveyor to use stack.yaml.John MacFarlane
2017-12-27Docker build: upgrade stack first.John MacFarlane
2017-12-27Removed stack.pkg.yaml.John MacFarlane
2017-12-27Added 'make trypandoc' targetJohn MacFarlane
2017-12-27Update RELEASE-CHECKLIST.John MacFarlane
2017-12-27Fix warning.John MacFarlane
2017-12-27Update changelog.John MacFarlane
2017-12-27Small improvement to figcaption parsing. #4184.John MacFarlane
2017-12-27Merge pull request #4184 from mb21/html-reader-figcaptionJohn MacFarlane
2017-12-27Update man page and changelog.John MacFarlane
2017-12-27HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane
2017-12-27Allow `--list-extensions` to take an optional FORMAT argument.John MacFarlane
2017-12-27Update changelogJohn MacFarlane
2017-12-27Allow lenient decoding of *latex error logs.John MacFarlane
2017-12-27data/sample.lua: use `next` instead of for loopAlbert Krewinkel
2017-12-27Removed extra comment.John MacFarlane
2017-12-27Revert "data/sample.lua: Fixed problem with definition lists."John MacFarlane
2017-12-27Add custom tests to pandoc.cabalJohn MacFarlane
2017-12-27Update changelog.John MacFarlane
2017-12-27Updated man page.John MacFarlane
2017-12-27Update manual date and man page.John MacFarlane
2017-12-27Merge pull request #4204 from mb21/extension-docsJohn MacFarlane
2017-12-27Fix regression of DefinitionLists in custom writerAlbert Krewinkel
2017-12-27Makefile: Add 'pandoc-templates' target.John MacFarlane
2017-12-27Update changelog.John MacFarlane
2017-12-27data/sample.lua: fixed problem with tables.John MacFarlane
2017-12-27data/sample.lua: Fixed problem with definition lists.John MacFarlane
2017-12-27Added tests for custom writer.John MacFarlane
2017-12-27MANUAL.txt introduce dedicated extensions sectionmb21
2017-12-27Docx reader: add tests for structured document tags unwrapping.Jesse Rosenthal
2017-12-27Docx Reader: preprocess Document body to unwrap "w:sdt" elementsJesse Rosenthal