Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-10 | Changes for skylighting-0.5. | John MacFarlane | 1 | -1/+1 | |
This fixes a bug in 2.0.4, whereby pandoc could not read the theme files generated with `--print-highlight-style`. It also fixes some CSS issues involving line numbers. Highlighted code blocks are now enclosed in a div with class sourceCode. Highlighting CSS no longer sets a generic color for pre and code; we only set these for class `sourceCode`. This will close #4133 and #4128. | |||||
2017-12-04 | Bump lower bound of hslua | Albert Krewinkel | 1 | -1/+1 | |
The release hslua 0.9.3 contains a new function which makes using Haskell functions as package loaders much easier. | |||||
2017-11-30 | Use latest tagsoup. | John MacFarlane | 1 | -2/+3 | |
This fixes a bug in parsing tags with `&` following. Closes #4094. Closes #4088. | |||||
2017-11-27 | Use skylighting 0.4.4.1. | John MacFarlane | 1 | -1/+1 | |
Closes #4103 (wrong color of unmarked code text when numerLines is used). | |||||
2017-11-21 | Use skylighting 0.4.4. | John MacFarlane | 1 | -1/+1 | |
2017-11-18 | Lua filters: preload text module (#4077) | Albert Krewinkel | 1 | -0/+1 | |
The `text` module is preloaded in lua. The module contains some UTF-8 aware string functions, implemented in Haskell. The module is loaded on request only, e.g.: text = require 'text' function Str (s) s.text = text.upper(s.text) return s end | |||||
2017-11-11 | Use pandoc-types 1.17.3 | John MacFarlane | 1 | -1/+1 | |
2017-11-08 | Change to using pandoc-citeproc 0.12.1 in binary packages. | John MacFarlane | 1 | -1/+1 | |
2017-11-04 | Use skylighting 0.4.3.2. | John MacFarlane | 1 | -1/+1 | |
2017-11-03 | Use texmath 0.10. | John MacFarlane | 1 | -0/+1 | |
2017-11-03 | Use latest skylighting. | John MacFarlane | 1 | -1/+1 | |
2017-11-02 | Update skylighting version in stack.pkg.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-10-28 | Use latest pandoc-citeproc release for binary package. | John MacFarlane | 1 | -4/+1 | |
2017-10-26 | use skylighting 0.4.2 in stack.pkg.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-10-22 | Back to using alpine-based Dockerfile for linux build. | John MacFarlane | 1 | -1/+1 | |
2017-10-20 | Use doctemplates 0.2.1: allows `$--` line comments in templates. | John MacFarlane | 1 | -3/+3 | |
Closes #3806. | |||||
2017-10-11 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2017-10-11 | Added hs-bibutils to stack.pgk.yaml. | John MacFarlane | 1 | -0/+1 | |
2017-10-10 | Use latest pandoc-citeproc in stack.pkg.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-10-05 | Use hslua v0.9.0 | Albert Krewinkel | 1 | -1/+1 | |
2017-10-03 | Use latest texmath. | John MacFarlane | 1 | -1/+1 | |
2017-10-03 | Use latest texmath. | John MacFarlane | 1 | -1/+1 | |
2017-10-03 | Use latest pandoc-citeproc for pkg build. | John MacFarlane | 1 | -1/+1 | |
2017-09-28 | Use latest skylighting. | John MacFarlane | 1 | -1/+1 | |
2017-09-24 | Use pandoc-types 1.17.2. | John MacFarlane | 1 | -1/+1 | |
2017-09-17 | stack.pkg.yaml - use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2017-09-15 | Use skylighting 0.4. | John MacFarlane | 1 | -1/+1 | |
2017-09-14 | FromJSON/ToJSON instances for Reader, WriterOptions. | John MacFarlane | 1 | -1/+1 | |
Depends on skylighting 0.3.5. | |||||
2017-09-13 | Use texmath 0.9.4.2 in stack.yaml. | John MacFarlane | 1 | -0/+1 | |
2017-09-09 | Use skylighting 0.3.4.1. | John MacFarlane | 1 | -1/+1 | |
2017-09-04 | Use latest pandoc-citeproc in stack.pkg.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-08-23 | Use lts-9.1 in travis. | John MacFarlane | 1 | -1/+1 | |
2017-08-21 | Updated stack.pkg.yaml. | John MacFarlane | 1 | -1/+2 | |
2017-08-16 | Update to hslua-0.8.0 | Albert Krewinkel | 1 | -1/+1 | |
hslua no longer provides lua stack instances for Int and Double, the necessary instances are added to the Custom writer and the lua filtering system. | |||||
2017-08-14 | Use latest commit for pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2017-08-13 | Use hslua >= 0.7, update Lua code | Albert Krewinkel | 1 | -1/+1 | |
2017-08-09 | Use haddock-library 1.4.3, since 1.4.5 requirse cabal 2. | John MacFarlane | 1 | -1/+1 | |
2017-08-09 | Added haddock-library-1.4.5 to stack.yaml for nightly. | John MacFarlane | 1 | -0/+1 | |
2017-08-09 | Build config that works with lts-9.0 and nightly. | John MacFarlane | 1 | -2/+3 | |
2017-08-09 | stack.pkg.yaml - add cmark-gfm. | John MacFarlane | 1 | -1/+1 | |
2017-08-02 | Use latest cmark. | John MacFarlane | 1 | -0/+1 | |
2017-06-30 | Updated stack.pkg.yaml. | John MacFarlane | 1 | -0/+1 | |
2017-06-11 | stack.pkg.yaml - update pandoc-citeproc commit. | John MacFarlane | 1 | -1/+1 | |
2017-06-04 | Updated to lts-8.16 in stack.pkg.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-06-04 | Use latest pandoc-citeproc in binary packages. | John MacFarlane | 1 | -1/+1 | |
2017-05-07 | Remove https flag. | John MacFarlane | 1 | -1/+0 | |
Supporting two completely different libraries for fetching from URLs makes it difficult to trap errors, because of different error types expected from the libraries. There's no clear reason not to build with these https-capable libraires. | |||||
2017-05-02 | stack.yaml: use lts-8.12. | John MacFarlane | 1 | -2/+1 | |
This should fix the build failure on travis. | |||||
2017-04-22 | Use foundation-0.0.7. | John MacFarlane | 1 | -0/+1 | |
See https://github.com/haskell-foundation/foundation/issues/238 for the bug on Windows with 0.0.6. | |||||
2017-04-22 | Use latest skylighting, lts. | John MacFarlane | 1 | -2/+2 | |
2017-04-14 | Drop dependency on hslua-aeson | Albert Krewinkel | 1 | -1/+0 | |
Pushing values to the lua stack via custom functions is faster and more flexible. |