aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-11-29Add Makefile to windows release-candidate build.John MacFarlane2-2/+8
Running 'make' in this directory will do the code signing of the msi.
2019-11-29Add `ascii_identifiers` as a supported extension for `markdown`.John MacFarlane1-27/+25
This fixes a regression in 2.8.
2019-11-29Update default.context (#5946)Denis Maier1-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-27Use `[|..|]` syntax to simplify Emoji.TH.John MacFarlane1-6/+6
2019-11-27Revert "Don't do parallel build with cabal."John MacFarlane1-2/+2
This reverts commit bd175d13b6004086ccd3862822f97c7f090cadb4.
2019-11-27Remove redundant import.John MacFarlane1-1/+0
2019-11-27Generate Emoji module with TH.John MacFarlane7-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-27Don't do parallel build with cabal.John MacFarlane1-2/+2
Hopefully this fixes the apparent OOM error on GitHub CI?
2019-11-27Increase GC allocation space for compilation in cabal.project.John MacFarlane2-3/+3
2019-11-27LaTeX writer - hlint.John MacFarlane1-29/+24
2019-11-27HTML writer: hlint improvements.John MacFarlane1-25/+22
2019-11-27Removed useless cpp for old versions of blaze.John MacFarlane1-14/+0
2019-11-27Removed unneeded pragma.John MacFarlane1-1/+0
2019-11-26Bump to 2.8.0.1 and update changelog and manual.John MacFarlane5-22/+45
2019-11-26Use skylighting 0.8.3.John MacFarlane2-4/+4
2019-11-26Add pdf to list of output formats (`--list-output-formats`).John MacFarlane1-1/+2
Closes #5938.
2019-11-25EPUB writer: Fix regression with `--css option.John MacFarlane1-9/+13
Closes #5937.
2019-11-25RST writers: Use grid tables for 1-column tables.John MacFarlane2-1/+41
With simple tables, we have a clash with heading syntax. Closes #5936.
2019-11-24Add unexported Text.Pandoc.Readers.Metadata.John MacFarlane4-105/+163
For YAML metadata parsing. A step in the direction of #5914. No API change.
2019-11-24Update man template to avoid bad wraps.John MacFarlane1-1/+1
The contents of the .TH line cannot wrap. Closes #5929.
2019-11-24Update to doctemplates 0.7.2, update template docs.John MacFarlane3-18/+21
This adds the `nowrap` filter.
2019-11-23Add support for $toc-title$ to HTML (4 and 5) (#5930)Alexandre Franke3-1/+7
2019-11-22Remove grffile requirement in MANUAL.txt (#5927)Ian Max Andolina1-1/+1
See #5848 for the details.
2019-11-22changelog: put readers together.John MacFarlane1-55/+54
2019-11-22change ordering in AUTHORS.md.John MacFarlane1-4/+2
2019-11-22Fix trypandoc for Text changes.John MacFarlane1-4/+4
2019-11-22Fix extract-changes.hs to use new changelog.md format.John MacFarlane1-3/+6
2019-11-22Fix extract-changes.hs so it uses stack as interpreter.John MacFarlane1-0/+3
2019-11-22Fix changes_github Makefile target.John MacFarlane1-1/+1
2019-11-22Remove PROVISIONAL on changelog.John MacFarlane1-1/+1
2019-11-22Update date on manual.John MacFarlane2-2/+2
2019-11-22Update changelogJohn MacFarlane1-0/+2
2019-11-22Re-add pandoc-citeproc to cabal.project.John MacFarlane1-0/+4
2019-11-22Jira writer: improve escaping of special chars (#5925)Albert Krewinkel3-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-21Use released pandoc-citeproc 0.16.4.John MacFarlane2-7/+1
2019-11-21Update changelogJohn MacFarlane1-0/+6
2019-11-21LaTeX reader: parse \micro siunitx unit command (#5921)Jose Luis Duran1-0/+1
This was somehow missed in 884aef31c55e375cd62fcb55a71829d005087cae.
2019-11-21TEI writer: don't strip hash from internal links.John MacFarlane1-6/+2
Closes #5922.
2019-11-20Fix typos (#5919)Brian Wignall5-12/+12
2019-11-19Improve markdown escaping in list items.John MacFarlane2-27/+31
Closes #5918.
2019-11-18Use -j1 for rc builds.John MacFarlane1-2/+2
Avoid running out of memory.
2019-11-18Update man page.John MacFarlane2-5/+9
2019-11-18Update changelog.John MacFarlane1-0/+4
2019-11-18Update MANUAL.txt for doctemplates changes.John MacFarlane1-4/+8
2019-11-18Use doctemplates 0.7.1John MacFarlane2-5/+3
2019-11-18DokuWiki reader: parse markup inside monospace ('') (#5917)Alexander Krotov2-2/+5
Fixes #5916
2019-11-17Use dev version of doctemplates.John MacFarlane1-1/+3
2019-11-17Reverted the behavior change with `--title-prefix`.John MacFarlane3-4/+5
It now implies `--standalone` again, as before.
2019-11-17Ensure that options imply `--standalone` even in defaults file.John MacFarlane2-16/+17
Certain options (`--self-contained`, `--include-in-header`, etc.) imply `--standalone`. We now handle this after option parsing so that it affects options specified in defaults files too. Behavior change: `--title-prefix` no longer implies `--standalone`.
2019-11-17Regenerate man page.John MacFarlane1-19/+14