aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-27Update changelog, AUTHORS.md.John MacFarlane2-12/+69
2018-09-27HTML writer: avoid adding extra section nestings for revealjs.John MacFarlane1-1/+1
Previously revealjs title slides at level (slidelevel - 1) were nested under an extra section element, even when the section contained no additional (vertical) content. That caused problems for some transition effects. See hakimel/reveal.js#1947.
2018-09-27JATS writer: remove 'role' attribute on 'bold' and 'sc' elements.John MacFarlane2-10/+8
The JATS spec does not allow these. Closes #4937.
2018-09-27HTML writer: omit unknown attributes in EPUB2 output.John MacFarlane1-8/+140
This allows users to include `epub:type` attributes, which will be passed through to epub3 but not epub2.
2018-09-27HTML, Muse reader tests: reduce time taken by round-trip test.John MacFarlane2-4/+6
2018-09-27MANUAL: epub:type is only useful for epub3Mauro Bieg1-3/+3
2018-09-26appveyor - Removed new-clean.John MacFarlane1-1/+0
2018-09-26Fixed appveyor improvemnets.John MacFarlane1-7/+6
2018-09-26More appveyor improvements.John MacFarlane1-4/+7
2018-09-26Added 'allow-newer' to cabal.project.John MacFarlane2-2/+4
2018-09-26appveyor - different try with 'new-test'.John MacFarlane1-1/+1
2018-09-26appveyor - single quote cache.John MacFarlane1-1/+1
2018-09-26appveyor - remove old stack stuff; revise to run new-test.John MacFarlane1-50/+13
2018-09-26appveyor - fix problem when cached cabal db already exists.John MacFarlane1-3/+3
2018-09-26Force inline code blocks to honor export options.leungbk4-6/+16
`exportsCode` is moved from `Blocks.hs` to `Shared.hs` and exported accordingly.
2018-09-25appveyor - comment out caching of STACK_ROOT.John MacFarlane1-1/+1
2018-09-25appveyor - fix typo.John MacFarlane1-1/+1
2018-09-25appveyor - add cabal options, run tests.John MacFarlane1-4/+10
2018-09-25appveyor - add 64-bit cabal build.John MacFarlane1-0/+8
2018-09-25appveyor - fixed forfiles.John MacFarlane1-4/+4
2018-09-25appveyor - Remove -p from mkdir.John MacFarlane1-1/+1
2018-09-25appveyor - another try with forfiles.John MacFarlane1-1/+2
2018-09-25appveyor - allow RDP access on finish (temporary for debugging).John MacFarlane1-0/+3
2018-09-25Add support for multiprenote and multipostnote arguments in LaTeX. (#4930)Brian Leung2-1/+82
* Add support for multiprenote and multipostnote arguments. The multiprenotes occur before the first prefix of a multicite, and the multipostnotes follow the last suffix. * Add test for multiprenote and multipostnote.
2018-09-25Add texmath to cabal.project.John MacFarlane1-3/+5
2018-09-25cabal.project - use source repository stanzas.John MacFarlane2-3/+11
2018-09-25appveyor - use github version of memory for now with ghc 8.6.John MacFarlane1-0/+1
2018-09-25appveyor - clone pandoc-citeproc into vendor/.John MacFarlane1-1/+1
2018-09-25cabal.project - use vendor/*/*.cabal.John MacFarlane1-1/+1
2018-09-25appveyor - git clone pandoc-citeproc repo.John MacFarlane1-1/+1
2018-09-25cabal.project - use ./pandoc-citeproc.John MacFarlane1-1/+1
2018-09-25appveyor - Put cabal unpack in right place.John MacFarlane1-1/+1
2018-09-25appveyor - Unpack pandoc-citeproc.John MacFarlane1-0/+1
2018-09-25Added cabal.project.John MacFarlane1-0/+1
2018-09-25appveyor - added &&.John MacFarlane1-1/+1
2018-09-25appveyor - use forfiles and cabal new-build.John MacFarlane1-1/+2
new-install symlinks don't work on windows.
2018-09-25appveyor - try manually creating package.db.John MacFarlane1-2/+2
2018-09-25appveyor - another attempt.John MacFarlane1-2/+2
2018-09-25appveyor - use --allow-newerJohn MacFarlane1-2/+1
2018-09-25appveyor - workaround for bug in new-install.John MacFarlane1-1/+5
2018-09-25Revert "appveyor - remove cabal_store for now."John MacFarlane1-3/+3
This reverts commit 2927d1e12a15830ee0b71cfd80990efa72bfc402.
2018-09-25appveyor - remove cabal_store for now.John MacFarlane1-3/+3
2018-09-25appveyor - remove ghc --version.John MacFarlane1-1/+0
2018-09-25appveyor - Another try.John MacFarlane1-4/+2
2018-09-25appveyor - hopefully fix path.John MacFarlane1-1/+1
2018-09-25appveyor: another try.John MacFarlane1-5/+4
2018-09-25appveyor - Further diganostics.John MacFarlane1-2/+2
2018-09-25appveyor - use verbose for choco install ghc.John MacFarlane1-2/+2
2018-09-25appveyor - more diagnostics.John MacFarlane1-3/+2
2018-09-25appveyor - more diagnostics.John MacFarlane1-1/+3