Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-18 | parse rST inlines containing newlines closing #4912 | danse | 2 | -1/+4 | |
this eliminates a regression error introduced after pandoc 2.1.1, affecting rST inline parsing. see the issue for details | |||||
2018-09-16 | Makefile: Fix executable path in trypandoc target. | John MacFarlane | 1 | -1/+1 | |
2018-09-16 | Update changelog. | John MacFarlane | 1 | -0/+3 | |
2018-09-16 | MANUAL: use https for context wiki links. | John MacFarlane | 1 | -11/+11 | |
Otherwise the wiki won't redirect. Closes #4910. | |||||
2018-09-16 | Markdown reader: example_lists should work without startnum. | John MacFarlane | 2 | -1/+19 | |
Closes #4908. | |||||
2018-09-16 | Use released version of pandoc-citeproc (0.14.4). | John MacFarlane | 4 | -7/+4 | |
2018-09-16 | linux/Dockerfile: Use more recent (unofficial) stack. | John MacFarlane | 1 | -4/+5 | |
2018-09-16 | 'make winpkg': Fixed creation of zips. | John MacFarlane | 1 | -8/+10 | |
2018-09-16 | Makefile: fix creation of windows zip. | John MacFarlane | 1 | -1/+1 | |
This needed tweaking when the msi was fixed to be 64-bit, so that 'Program Files (x86)' is used. | |||||
2018-09-16 | Linux Dockerfile: try upgrading stack. | John MacFarlane | 1 | -0/+2 | |
2018-09-16 | Remove upx stuff from Dockerfile. | John MacFarlane | 1 | -3/+0 | |
2018-09-16 | Fix 'make winpkg'. | John MacFarlane | 1 | -2/+2 | |
2018-09-16 | Update manual date and man page. | John MacFarlane | 2 | -24/+188 | |
2018-09-16 | Update changelog, AUTHORS.md. | John MacFarlane | 2 | -0/+237 | |
2018-09-16 | Muse writer: replace newlines in strings with spaces | Alexander Krotov | 2 | -1/+8 | |
2018-09-16 | Merge pull request #4906 from chris-martin/patch-2 | John MacFarlane | 1 | -1/+1 | |
Fix haddock on 'Ext_footnotes' | |||||
2018-09-16 | Muse writer: output headers without asterisks if not on the top level | Alexander Krotov | 1 | -2/+3 | |
2018-09-15 | Fix haddock on 'Ext_footnotes' | Chris Martin | 1 | -1/+1 | |
2018-09-15 | Merge pull request #4604 from mb21/yaml-file | John MacFarlane | 6 | -50/+150 | |
Introduce --metadata-file option | |||||
2018-09-15 | Docx writer: add MetaString case for abstract, subtitle (#4905) | Mauro Bieg | 1 | -0/+2 | |
fixes #4900 | |||||
2018-09-15 | MANUAL: clarify that --biblatex/--natbib don't work directly for PDF. | John MacFarlane | 1 | -5/+6 | |
Closes #4904. | |||||
2018-09-15 | add test for --metadata-file | mb21 | 3 | -0/+20 | |
2018-09-15 | introduce --metadata-file option | mb21 | 3 | -3/+44 | |
closes #1960 API change: Text.Pandoc.Readers.Markdown exports now `yamlToMeta` | |||||
2018-09-15 | Markdown Reader: factor out yamlMap | mb21 | 1 | -40/+27 | |
2018-09-15 | Markdown Reader: factor out yamlBsToMeta | mb21 | 1 | -4/+8 | |
2018-09-15 | Markdown Reader: rename yamlToMeta to yamlToMetaValue | mb21 | 1 | -9/+9 | |
2018-09-15 | add test yaml-metadata-blocks.md | mb21 | 1 | -0/+48 | |
2018-09-14 | MANUAL.txt epub:type attribute (#4901) | Mauro Bieg | 1 | -0/+40 | |
2018-09-13 | Another try at skipping round-trip tests in CI. | John MacFarlane | 1 | -9/+9 | |
2018-09-13 | Revert TESTPATTERN stuff from .travis.yml. | John MacFarlane | 1 | -9/+9 | |
2018-09-13 | Update stack.lts9.yaml. | John MacFarlane | 1 | -3/+8 | |
2018-09-12 | Muse writer: never wrap definition list terms | Alexander Krotov | 1 | -1/+1 | |
2018-09-11 | Enable tables in HTML round trip test | Alexander Krotov | 1 | -1/+0 | |
2018-09-11 | HTML reader tests: accept Blocks in round trip test | Alexander Krotov | 1 | -2/+2 | |
2018-09-11 | Muse reader tests: accept Blocks instead of Block in round trip test | Alexander Krotov | 1 | -2/+2 | |
This way testcase can be shrinked better up to removing all blocks completely. | |||||
2018-09-11 | Muse writer: set envInsideBlock = True when rendering notes | Alexander Krotov | 2 | -1/+9 | |
2018-09-11 | HTML writer: always output <dt> element, even if it is empty | Alexander Krotov | 2 | -3/+6 | |
Fixes #4883 | |||||
2018-09-11 | Muse writer: use "" instead of [] for empty String | Alexander Krotov | 1 | -1/+1 | |
2018-09-11 | Muse writer: check for whitespace in the beginning and end of Str's | Alexander Krotov | 2 | -0/+5 | |
2018-09-11 | Muse writer: escape -, ; and > in the beginning of strings | Alexander Krotov | 2 | -3/+16 | |
2018-09-10 | Revert test-pattern changes to .travis.yml. | John MacFarlane | 1 | -7/+7 | |
2018-09-10 | Travis: Another try on stack. | John MacFarlane | 1 | -1/+1 | |
2018-09-10 | Travis: Fix stack build. | John MacFarlane | 1 | -1/+1 | |
2018-09-10 | Travis: remove --hide-successes temporarily again. | John MacFarlane | 1 | -1/+1 | |
2018-09-10 | Another try. | John MacFarlane | 1 | -1/+1 | |
2018-09-10 | travis: Fix ghc version label for stack build. | John MacFarlane | 1 | -1/+1 | |
2018-09-10 | Revert "travis: Temporarily remove --hide-successes." | John MacFarlane | 1 | -1/+1 | |
This reverts commit bf2b4f95ff2281c92a1e0d6b175a57ed22670528. | |||||
2018-09-10 | travis: Temporarily remove --hide-successes. | John MacFarlane | 1 | -1/+1 | |
2018-09-10 | Another try. | John MacFarlane | 1 | -6/+6 | |
2018-09-10 | Another try. | John MacFarlane | 1 | -3/+3 | |