Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-09-10 | Attempt to fix travis build. | John MacFarlane | 1 | -2/+2 | |
2018-09-11 | Muse writer: escape list markers in the beginning of notes | Alexander Krotov | 2 | -1/+10 | |
2018-09-10 | Travis: exclude round-trip tests, except for nightly test which can fail. | John MacFarlane | 1 | -9/+9 | |
2018-09-11 | Muse writer: normalize inline list before testing if tags should be used | Alexander Krotov | 2 | -19/+19 | |
2018-09-11 | Muse writer: use tags instead of lightweight markup for empty strings | Alexander Krotov | 2 | -4/+13 | |
2018-09-10 | Make HTML5 header easier to style precisely in default template (#4767) | J. B. Rainsberger | 2 | -2/+2 | |
Add the `title-block-header` identifier to the `header` element, to make it easier to style precisely. | |||||
2018-09-10 | Remove RawBlock from HTML round trip tests | Alexander Krotov | 1 | -0/+1 | |
2018-09-10 | HTML reader: test round trip property | Alexander Krotov | 1 | -0/+23 | |
2018-09-09 | LaTeX reader: resolve `\ref` for figure numbers. | John MacFarlane | 2 | -13/+85 | |
2018-09-09 | Use latest texmath. | John MacFarlane | 4 | -3/+4 | |
2018-09-09 | Org writer: don't escape literal `_`, `^`. | John MacFarlane | 2 | -5/+5 | |
Org doesn't recognize these escapes. Closes #4882. | |||||
2018-09-07 | Fix percentage image scaling in ODT (#4881) | Nils Carlson | 2 | -2/+4 | |
Image scaling in ODT was broken when a width was set to a percentage. The width was passed to the svg:width field as a pecentage, which is not correct according to the ODT standard. Instead the real dimensions should be passed as width and height and the style:rel-width attribute should be set to the percentage while style:rel-heigh attribute should be set to "scale". The converse is true if a percentage height is given. This is now fixed and documents produced are now properly scaled. | |||||
2018-09-07 | CONTRIBUTING.md: link to lua-filters repository. | John MacFarlane | 1 | -0/+7 | |
See #4874. | |||||
2018-09-07 | lua-filters.md: add links to filters, and to lua-filters repository. | John MacFarlane | 1 | -5/+10 | |
Closes #4874. | |||||
2018-09-07 | HTML reader: parse `<script type="math/tex` tags as math. | John MacFarlane | 2 | -0/+25 | |
These are used by MathJax. Closes #4877. | |||||
2018-09-07 | INSTALL.md: indicate that cabal >= 2.0 is needed. | John MacFarlane | 1 | -3/+12 | |
2018-09-06 | Clean up appveyor build. | John MacFarlane | 1 | -29/+21 | |
We now use ghc 8.4.3, lts-12 for the 64-bit build. We still use ghc 8.2, lts-11 for the 32-bit build because of blocking bugs: https://github.com/commercialhaskell/stackage/issues/3385 With luck this will be fixed in ghc 8.6. Get stack from chocolatey. Use 32-bit stack for 32-bit builds, 64-bit for 64-bit. | |||||
2018-09-06 | stack.yaml tweaks. | John MacFarlane | 1 | -2/+9 | |
Use a patched version of foundation until https://github.com/haskell-foundation/foundation/pull/503 is fixed. Use latest pandoc-citeproc. | |||||
2018-09-06 | Org reader: respect export option `p` for planning info | Albert Krewinkel | 5 | -2/+64 | |
Inclusion of planning info (*DEADLINE*, *SCHEDULED*, and *CLOSED*) can be controlled via the `p` export option: setting the option to `t` will add all planning information in a *Plain* block below the respective headline. | |||||
2018-09-06 | Org reader internals: disable some GHC extensions | Albert Krewinkel | 1 | -26/+32 | |
The RecordWildCards and ViewPatterns language extensions can be used to shorten code, but usually also makes it harder to read. The DocumentTree module was hence refactored and no longer relies on these extensions. |