aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-25USe latest pandoc-citeproc in binary package stack.yaml.John MacFarlane3-3/+3
2016-09-25Use p tags for subtitle, author, date in epub, revealjs, slidy templates.John MacFarlane2-8/+9
2016-09-25HTML template: use p instead of h1 for subtitle, author, date.John MacFarlane1-7/+7
2016-09-23Updated changelog.John MacFarlane1-1/+3
2016-09-23Beamer template: added support for fontfamilies.John MacFarlane1-7/+7
2016-09-23Added pandoc-citeproc back to extra-deps.John MacFarlane3-0/+3
2016-09-23Use lts-7.0 in stack.yaml files.John MacFarlane5-27/+5
2016-09-23Update changelog.John MacFarlane1-0/+226
2016-09-23Bump to 1.17.3John MacFarlane1-1/+1
2016-09-20LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal2-2/+2
2016-09-20Merge pull request #3071 from tarleb/structured-author-docJohn MacFarlane1-7/+19
2016-09-19Add test for backtick in verbatim.Jesse Rosenthal1-0/+2
2016-09-19LaTeX writer: enclose backtick in `{}` in verbatimJesse Rosenthal1-0/+1
2016-09-06DocBook writer: include an anchor element when a div or span has an id.John MacFarlane1-2/+9
2016-09-03Remove unnecessary CPP in custom Prelude.Jesse Rosenthal1-5/+1
2016-09-03Remove http-client CPP conditionals.Jesse Rosenthal1-10/+1
2016-09-03Remove blaze-html CPP conditional.Jesse Rosenthal1-5/+1
2016-09-03Add EOL note to time compat module.Jesse Rosenthal1-0/+12
2016-09-02Remove TagSoup compatJesse Rosenthal6-26/+10
2016-09-02Remove GHC 7.6 from list of tested versionsAlbert Krewinkel1-1/+1
2016-09-02Add note about GHC version support to INSTALL.Jesse Rosenthal1-0/+3
2016-09-02Bump supported ghc version in CONTRIBUTING.md.Jesse Rosenthal1-1/+1
2016-09-02Bump base lower bound to 4.7Jesse Rosenthal1-1/+1
2016-09-02Remove 7.6 build from .travis.yamlJesse Rosenthal1-3/+0
2016-09-02Bump base lower bound to 4.6 (ghc 7.6)Jesse Rosenthal1-1/+1
2016-09-02Remove unnecessary CPP condition in UTF8Jesse Rosenthal1-7/+2
2016-09-02Actually remove T/P/Compat/Except.Jesse Rosenthal1-37/+0
2016-09-02Change constraint on mtl.Jesse Rosenthal1-1/+1
2016-09-02Remove directory compatJesse Rosenthal3-24/+2
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal8-16/+6
2016-09-02Fix grouping of imports.Jesse Rosenthal7-7/+8
2016-09-02Remove an inline monad compatibility macro.Jesse Rosenthal1-12/+0
2016-09-02Remove Compat.MonoidJesse Rosenthal23-39/+21
2016-09-02PDF: Don't crash with nonexistent image.John MacFarlane1-1/+2
2016-09-02Merge pull request #3091 from wilx/master-narrow-no-break-spaceJohn MacFarlane1-0/+1
2016-08-30Org reader: respect unnumbered header propertyAlbert Krewinkel2-2/+19
2016-08-29Docx reader: make all compilers happy with traversable.Jesse Rosenthal1-1/+3
2016-08-29Docx reader: Import traverse for ghc 7.8Jesse Rosenthal1-0/+1
2016-08-29Docx reader: clean up function with `traverse`Jesse Rosenthal1-6/+1
2016-08-29Merge branch 'org-meta-handling'Albert Krewinkel6-132/+320
2016-08-29Docx reader: test for nested anchor spans in headerJesse Rosenthal3-0/+14
2016-08-29Org reader: respect `creator` export optionAlbert Krewinkel4-5/+14
2016-08-29Org reader: respect `email` export optionAlbert Krewinkel4-5/+13
2016-08-29Org reader: respect `author` export optionAlbert Krewinkel5-4/+29
2016-08-29Put Org reader export option tests into test groupAlbert Krewinkel1-61/+65
2016-08-29Org reader: read HTML_head as header-includesAlbert Krewinkel2-0/+9
2016-08-29Org reader: set classoption meta from LaTeX_class_optionsAlbert Krewinkel2-1/+13
2016-08-29Org reader: set documentclass meta from LaTeX_classAlbert Krewinkel2-0/+6
2016-08-29Org reader: read LaTeX_header as header-includesAlbert Krewinkel2-9/+38
2016-08-29Org reader: give precedence to later meta linesAlbert Krewinkel2-1/+9