summaryrefslogtreecommitdiff
path: root/stack.yaml
Commit message (Collapse)AuthorAge
* Require tagsoup 0.14.3 - closes #4282.John MacFarlane2018-01-21
| | | | | This fixes an HTML tokenization bug whereby comments were sometimes consumed with open tags.
* Use latest pandoc-citeproc.John MacFarlane2018-01-21
|
* Use latest texmath.John MacFarlane2018-01-19
|
* More stack.yaml fixes for skylighting.John MacFarlane2018-01-18
|
* Use latest pandoc-citeproc and skylighting.John MacFarlane2018-01-18
|
* Reduce compiler noise (exact paths for compiled modules).John MacFarlane2018-01-15
|
* Allow tasty 1.0.John MacFarlane2018-01-08
|
* Use latest skylighting and omit the 'missingincludes' check.John MacFarlane2018-01-07
| | | | | | | | | | If you use a custom syntax definition that refers to a syntax you haven't loaded, pandoc will now complain when it is highlighting the text, rather than at the start. This saves a huge performance hit from the `missingIncludes` check. Closes #4226.
* Bump hslua version to 0.9.5Albert Krewinkel2018-01-04
| | | | | | | | This version fixes a bug that made it difficult to handle failures while getting lists or a Map from Lua. A bug in pandoc, which made it necessary to always pass a tag when using MetaList or MetaBlock, is fixed as a result. Using the pandoc module's constructor functions for these values is now optional (if still recommended).
* Use latest pandoc-citeproc.John MacFarlane2018-01-03
|
* Use latest pandoc-citeproc.John MacFarlane2018-01-02
|
* Use latest pandoc-citeproc.John MacFarlane2018-01-02
|
* Bump pandoc-citeproc to 0.12.2.2.John MacFarlane2017-12-28
|
* Use latest pandoc-citeproc.John MacFarlane2017-12-28
|
* Removed stack.pkg.yaml.John MacFarlane2017-12-27
| | | | | | | | We only really need stack.yaml; we can put flag settings for pandoc-citeproc there. Also use ghc-8.0.2 in dockerized linux build. This is the only version available for alpine so far.
* Use lts-10.1 resolver.John MacFarlane2017-12-26
|
* Stack builds with lts-10.0.John MacFarlane2017-12-19
|
* Changes for skylighting-0.5.John MacFarlane2017-12-10
| | | | | | | | | | | | | | 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.
* Bump lower bound of hsluaAlbert Krewinkel2017-12-04
| | | | | The release hslua 0.9.3 contains a new function which makes using Haskell functions as package loaders much easier.
* Use latest tagsoup.John MacFarlane2017-11-30
| | | | | | This fixes a bug in parsing tags with `&` following. Closes #4094. Closes #4088.
* Use skylighting 0.4.4.1.John MacFarlane2017-11-27
| | | | | Closes #4103 (wrong color of unmarked code text when numerLines is used).
* Use skylighting 0.4.4.John MacFarlane2017-11-21
|
* Lua filters: preload text module (#4077)Albert Krewinkel2017-11-18
| | | | | | | | | | | 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
* Use pandoc-types 1.17.3John MacFarlane2017-11-11
|
* Use skylighting 0.4.3.2.John MacFarlane2017-11-04
|
* Use texmath 0.10.John MacFarlane2017-11-03
|
* Use latest skylighting.John MacFarlane2017-11-03
|
* Use latest skylighting; ensure no duplicate ids on code lines.John MacFarlane2017-11-02
| | | | | | | | The line identifiers are built using the code block's identifier as a prefix. If the code block has null identifier, we use "cb1", "cb2", etc. Closes #4031.
* Use skylighting 0.4.2.John MacFarlane2017-10-26
| | | | | | | | | This prevents the problem with extra space around highlighted code blocks (closes #3996). Note that we no longer put an enclosing div around highlighted code blocks. The pre is the outer element, just as for unhighlighted blocks.
* Back to using alpine-based Dockerfile for linux build.John MacFarlane2017-10-22
|
* Use doctemplates 0.2.1: allows `$--` line comments in templates.John MacFarlane2017-10-20
| | | | Closes #3806.
* Use hslua v0.9.0Albert Krewinkel2017-10-05
|
* Use latest texmath.John MacFarlane2017-10-03
|
* Use latest texmath.John MacFarlane2017-10-03
|
* Use latest skylighting.John MacFarlane2017-09-28
|
* Use pandoc-types 1.17.2.John MacFarlane2017-09-24
|
* stack.yaml - use new pandoc-citeproc (from git repo).John MacFarlane2017-09-23
|
* Use skylighting 0.4.John MacFarlane2017-09-15
|
* FromJSON/ToJSON instances for Reader, WriterOptions.John MacFarlane2017-09-14
| | | | Depends on skylighting 0.3.5.
* Use texmath 0.9.4.2 in stack.yaml.John MacFarlane2017-09-13
|
* Use skylighting 0.3.4.1.John MacFarlane2017-09-09
|
* Use lts-9.1 in travis.John MacFarlane2017-08-23
|
* Use pandoc-types 1.17.1. Tests updated for new simpleTable behavior...John MacFarlane2017-08-20
| | | | with empty headers.
* Update to hslua-0.8.0Albert Krewinkel2017-08-16
| | | | | | 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.
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-08-13
|
* Use haddock-library 1.4.3, since 1.4.5 requirse cabal 2.John MacFarlane2017-08-09
|
* Added haddock-library-1.4.5 to stack.yaml for nightly.John MacFarlane2017-08-09
|
* Build config that works with lts-9.0 and nightly.John MacFarlane2017-08-09
|
* Remove cmark from stack.yaml.John MacFarlane2017-08-09
|
* Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane2017-08-07
| | | | | | | | | | | | | | This uses bindings to GitHub's fork of cmark, so it should parse gfm exactly as GitHub does (excepting certain postprocessing steps, involving notifications, emojis, etc.). * Added Text.Pandoc.Readers.GFM (exporting readGFM) * Added Text.Pandoc.Writers.GFM (exporting writeGFM) * Added `gfm` as input and output forma Note that tables are currently always rendered as HTML in the writer; this can be improved when CMarkGFM supports tables in output.