Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-30 | ci: remove quotes around --hide-successes. | John MacFarlane | 1 | -2/+2 | |
These seem to cause problems in windows. | |||||
2019-11-30 | Don't use --test-option with cabal. | John MacFarlane | 1 | -1/+1 | |
It's only supported in later versions, apparently. | |||||
2019-11-30 | Try --test-options with cabal. | John MacFarlane | 1 | -1/+1 | |
--test-option seems not to work (though it works with cabal 3+). | |||||
2019-11-30 | Hide successes in CI tests. | John MacFarlane | 1 | -3/+3 | |
This makes it easier to spot failures. | |||||
2019-11-29 | Improve Makefile for signing windows release candidates. | John MacFarlane | 1 | -3/+8 | |
2019-11-29 | Add Makefile to windows release-candidate build. | John MacFarlane | 2 | -2/+8 | |
Running 'make' in this directory will do the code signing of the msi. | |||||
2019-11-29 | Add `ascii_identifiers` as a supported extension for `markdown`. | John MacFarlane | 1 | -27/+25 | |
This fixes a regression in 2.8. | |||||
2019-11-29 | Update default.context (#5946) | Denis Maier | 1 | -8/+6 | |
Fix `\startcslreferences`: - The old version had a too large skip at the beginning of the reference list => fixed that. - Change syntax to ConTeXt conventions | |||||
2019-11-27 | Use `[|..|]` syntax to simplify Emoji.TH. | John MacFarlane | 1 | -6/+6 | |
2019-11-27 | Revert "Don't do parallel build with cabal." | John MacFarlane | 1 | -2/+2 | |
This reverts commit bd175d13b6004086ccd3862822f97c7f090cadb4. | |||||
2019-11-27 | Remove redundant import. | John MacFarlane | 1 | -1/+0 | |
2019-11-27 | Generate Emoji module with TH. | John MacFarlane | 7 | -1830/+10410 | |
- Add Text.Pandoc.Emoji.TH. - Replace long literal list in Text.Pandoc.Emoji with one-liner generating it from data/emoji.json using TH. - Add Makefile target to download data/emoji.json. - Remove tools/emoji.hs. | |||||
2019-11-27 | Don't do parallel build with cabal. | John MacFarlane | 1 | -2/+2 | |
Hopefully this fixes the apparent OOM error on GitHub CI? | |||||
2019-11-27 | Increase GC allocation space for compilation in cabal.project. | John MacFarlane | 2 | -3/+3 | |
2019-11-27 | LaTeX writer - hlint. | John MacFarlane | 1 | -29/+24 | |
2019-11-27 | HTML writer: hlint improvements. | John MacFarlane | 1 | -25/+22 | |
2019-11-27 | Removed useless cpp for old versions of blaze. | John MacFarlane | 1 | -14/+0 | |
2019-11-27 | Removed unneeded pragma. | John MacFarlane | 1 | -1/+0 | |
2019-11-26 | Bump to 2.8.0.1 and update changelog and manual. | John MacFarlane | 5 | -22/+45 | |
2019-11-26 | Use skylighting 0.8.3. | John MacFarlane | 2 | -4/+4 | |
2019-11-26 | Add pdf to list of output formats (`--list-output-formats`). | John MacFarlane | 1 | -1/+2 | |
Closes #5938. | |||||
2019-11-25 | EPUB writer: Fix regression with `--css option. | John MacFarlane | 1 | -9/+13 | |
Closes #5937. | |||||
2019-11-25 | RST writers: Use grid tables for 1-column tables. | John MacFarlane | 2 | -1/+41 | |
With simple tables, we have a clash with heading syntax. Closes #5936. | |||||
2019-11-24 | Add unexported Text.Pandoc.Readers.Metadata. | John MacFarlane | 4 | -105/+163 | |
For YAML metadata parsing. A step in the direction of #5914. No API change. | |||||
2019-11-24 | Update man template to avoid bad wraps. | John MacFarlane | 1 | -1/+1 | |
The contents of the .TH line cannot wrap. Closes #5929. | |||||
2019-11-24 | Update to doctemplates 0.7.2, update template docs. | John MacFarlane | 3 | -18/+21 | |
This adds the `nowrap` filter. | |||||
2019-11-23 | Add support for $toc-title$ to HTML (4 and 5) (#5930) | Alexandre Franke | 3 | -1/+7 | |
2019-11-22 | Remove grffile requirement in MANUAL.txt (#5927) | Ian Max Andolina | 1 | -1/+1 | |
See #5848 for the details. | |||||
2019-11-22 | changelog: put readers together. | John MacFarlane | 1 | -55/+54 | |
2019-11-22 | change ordering in AUTHORS.md. | John MacFarlane | 1 | -4/+2 | |
2019-11-22 | Fix trypandoc for Text changes. | John MacFarlane | 1 | -4/+4 | |
2019-11-22 | Fix extract-changes.hs to use new changelog.md format. | John MacFarlane | 1 | -3/+6 | |
2019-11-22 | Fix extract-changes.hs so it uses stack as interpreter. | John MacFarlane | 1 | -0/+3 | |
2019-11-22 | Fix changes_github Makefile target. | John MacFarlane | 1 | -1/+1 | |
2019-11-22 | Remove PROVISIONAL on changelog. | John MacFarlane | 1 | -1/+1 | |
2019-11-22 | Update date on manual. | John MacFarlane | 2 | -2/+2 | |
2019-11-22 | Update changelog | John MacFarlane | 1 | -0/+2 | |
2019-11-22 | Re-add pandoc-citeproc to cabal.project. | John MacFarlane | 1 | -0/+4 | |
2019-11-22 | Jira writer: improve escaping of special chars (#5925) | Albert Krewinkel | 3 | -68/+60 | |
Backslash-escaping is used instead of HTML entities, as escaped characters are easier to read this way. Furthermore, Confluence, which seems to use a subset of Jira markup, seems to get confused by HTML entities. | |||||
2019-11-21 | Use released pandoc-citeproc 0.16.4. | John MacFarlane | 2 | -7/+1 | |
2019-11-21 | Update changelog | John MacFarlane | 1 | -0/+6 | |
2019-11-21 | LaTeX reader: parse \micro siunitx unit command (#5921) | Jose Luis Duran | 1 | -0/+1 | |
This was somehow missed in 884aef31c55e375cd62fcb55a71829d005087cae. | |||||
2019-11-21 | TEI writer: don't strip hash from internal links. | John MacFarlane | 1 | -6/+2 | |
Closes #5922. | |||||
2019-11-20 | Fix typos (#5919) | Brian Wignall | 5 | -12/+12 | |
2019-11-19 | Improve markdown escaping in list items. | John MacFarlane | 2 | -27/+31 | |
Closes #5918. | |||||
2019-11-18 | Use -j1 for rc builds. | John MacFarlane | 1 | -2/+2 | |
Avoid running out of memory. | |||||
2019-11-18 | Update man page. | John MacFarlane | 2 | -5/+9 | |
2019-11-18 | Update changelog. | John MacFarlane | 1 | -0/+4 | |
2019-11-18 | Update MANUAL.txt for doctemplates changes. | John MacFarlane | 1 | -4/+8 | |
2019-11-18 | Use doctemplates 0.7.1 | John MacFarlane | 2 | -5/+3 | |