Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-18 | Remove data/make-reference-files.hs. | John MacFarlane | 1 | -27/+0 | |
I don't think this has been used for a long time. | |||||
2020-12-18 | Remove some extraneous files in data directory. | John MacFarlane | 3 | -89/+0 | |
2020-12-18 | Improve check target to test data/ too. | John MacFarlane | 2 | -12/+7 | |
2020-12-18 | Fix typo in CONTRIBUTING.md | Benjamin Wuethrich | 1 | -1/+1 | |
2020-12-18 | Add test/writer.asciidoctor, tables.asciidoctor to extra-source-files. | John MacFarlane | 1 | -0/+2 | |
2020-12-18 | Remove some test files that are no longer used. | John MacFarlane | 3 | -48/+0 | |
2020-12-18 | Remove checkdocs from lint ci. | John MacFarlane | 1 | -4/+0 | |
2020-12-18 | Move sanity checks to lint ci. | John MacFarlane | 2 | -9/+12 | |
2020-12-18 | Add sanity checks to all CI targets. | John MacFarlane | 1 | -0/+6 | |
2020-12-18 | Makefile: Fix checkdocs target. | John MacFarlane | 1 | -1/+1 | |
2020-12-18 | Add sanity checks to ci. | John MacFarlane | 1 | -0/+3 | |
2020-12-18 | Add check and check-cabal target ... | John MacFarlane | 1 | -2/+14 | |
to check to make sure everything needed in tests will get into the source sdist. | |||||
2020-12-18 | Include missing jats test files in pandoc.cabal. | John MacFarlane | 1 | -0/+2 | |
See #6961. | |||||
2020-12-17 | Update RELEASE-CHECKLIST for CircleCI. | John MacFarlane | 1 | -1/+1 | |
2020-12-17 | CircleCI config: add version.txt to artifacts directory. | John MacFarlane | 1 | -0/+1 | |
2020-12-17 | Makefile: remove macospkg target. | John MacFarlane | 1 | -6/+1 | |
Now we just download the artifacts from CircleCI, and make. | |||||
2020-12-17 | Remove .travis.yml and add CircleCI config. | John MacFarlane | 4 | -178/+63 | |
2020-12-17 | Update man page. | John MacFarlane | 2 | -15/+62 | |
2020-12-17 | Update test with new skylighting CSS. | John MacFarlane | 2 | -0/+2 | |
2020-12-17 | Update changelog. | John MacFarlane | 1 | -0/+291 | |
2020-12-17 | Update AUTHORS | John MacFarlane | 1 | -0/+8 | |
2020-12-17 | Remove hie.yaml. | John MacFarlane | 1 | -37/+0 | |
2020-12-17 | MANUAL: clarify that inline references take precedence ... | John MacFarlane | 1 | -0/+4 | |
over references defined in an external bibliography. | |||||
2020-12-17 | Use skylighting 0.10.2. | John MacFarlane | 2 | -4/+4 | |
Cloess #6625. | |||||
2020-12-16 | Use released citeproc 0.3. | John MacFarlane | 2 | -8/+8 | |
2020-12-16 | Use released doctemplates 0.9. | John MacFarlane | 2 | -9/+1 | |
2020-12-16 | Add tests: True to cabal.project. | John MacFarlane | 1 | -0/+2 | |
Hoping this fixes the odd new CI failure for cabal. | |||||
2020-12-16 | Fix citeproc regression with duplicate references. | John MacFarlane | 4 | -10/+11 | |
- Use dev version of citeproc, which handles duplicate ids better, preferring the last one in the list and discarding the rest. - Ensure that inline citations take priority over external ones. See jgm/citeproc#36. This restores the behavior of pandoc-citeproc. | |||||
2020-12-16 | Use latest dev version of doctemplates. | John MacFarlane | 2 | -1/+6 | |
2020-12-16 | Support Lua marshalling of doctemplates BoolVal. | John MacFarlane | 1 | -0/+1 | |
This updates T.P.Lua.Marshaling.Context for doctemplates >= 0.9. | |||||
2020-12-15 | Properly handle boolean values in writing YAML metadata. | John MacFarlane | 5 | -5/+25 | |
(Markdown writer.) This requires doctemplates >= 0.9. Closes #6388. | |||||
2020-12-15 | MANUAL: update `--bibliography` with info about resource-path | John MacFarlane | 1 | -5/+8 | |
and URLs. | |||||
2020-12-15 | MANUAL.txt: Remove misleading paragraph | John MacFarlane | 1 | -5/+0 | |
about `--resource-path`. (Note that resource-path now affects searching for bibilographies and other resources.) | |||||
2020-12-15 | Use fetchItem to get external bibliography. | John MacFarlane | 1 | -8/+7 | |
This means that: - a URL may be provided, and pandoc will fetch the resource. - Pandoc will search the resource path for the bibliography if it is not found relative to the working directory. Closes #6940. | |||||
2020-12-15 | Allow both inline and external references to be used | John MacFarlane | 2 | -14/+33 | |
with `--citeproc`. This fixes a regression, since pandoc-citeproc allowed these to be combined. Closes #6951. | |||||
2020-12-14 | Merge pull request #6949 from wikey/patch-1 | John MacFarlane | 1 | -1/+1 | |
typo | |||||
2020-12-14 | ImageSize: use exif width and height when available. | John MacFarlane | 1 | -0/+13 | |
After the move to JuicyPixels, we were getting incorrect width and heigh information for some images (see #6936, test-3.jpg). The correct information was encoded in Exif tags that JuicyPixels seemed to ignore. So we check these first before looking at the Width and Height identified by JuicyPixels. Closes #6936. | |||||
2020-12-14 | typo | Ian Sullivan | 1 | -1/+1 | |
2020-12-13 | RST writer: better image handling. | John MacFarlane | 3 | -20/+52 | |
- An image alone in its paragraph (but not a figure) is now rendered as an independent image, with an `alt` attribute if a description is supplied. - An inline image that is not alone in its paragraph will be rendered, as before, using a substitution. Such an image cannot have a "center", "left", or "right" alignment, so the classes `align-center`, `align-left`, or `align-right` are ignored. However, `align-top`, `align-middle`, `align-bottom` will generate a corresponding `align` attribute. Closes #6948. | |||||
2020-12-13 | Merge pull request #6941 from tarleb/docx-raw | John MacFarlane | 6 | -59/+97 | |
Docx writer: keep raw openxml strings verbatim | |||||
2020-12-13 | ImageSize: use JuicyPixels to extract size... | John MacFarlane | 1 | -305/+8 | |
...for png, jpeg, gif, instead of doing our own binary parsing. See #6936. | |||||
2020-12-13 | Require binary >= 0.7. | John MacFarlane | 1 | -1/+1 | |
Needed for runGetOrFail. | |||||
2020-12-13 | ImageSize: use JuicyPixels to determine png size. | John MacFarlane | 1 | -31/+19 | |
2020-12-13 | Docx writer: keep raw openxml strings verbatim. | Albert Krewinkel | 6 | -2/+24 | |
Closes: #6933 | |||||
2020-12-13 | Docx writer: use Content instead of Element. | Albert Krewinkel | 1 | -59/+75 | |
2020-12-12 | Merge pull request #6946 from mb21/icml-image-fit | John MacFarlane | 4 | -1/+13 | |
ICML writer: fix image bounding box for custom widths/heights | |||||
2020-12-12 | LaTeX writer: extract table handling into separate module. | Albert Krewinkel | 6 | -237/+359 | |
2020-12-12 | ICML writer: fix image bounding box for custom widths/heights | mb21 | 4 | -1/+13 | |
fixes #6936 | |||||
2020-12-10 | HTML reader: pay attention to lang attributes on body. | John MacFarlane | 1 | -3/+6 | |
These (as well as lang attributes on html) should update lang in metadata. See #6938. | |||||
2020-12-10 | HTML reader: retain attribute prefixes and avoid duplicates. | John MacFarlane | 4 | -29/+29 | |
Previously we stripped attribute prefixes, reading `xml:lang` as `lang` for example. This resulted in two duplicate `lang` attributes when `xml:lang` and `lang` were both used. This commit causes the prefixes to be retained, and also avoids invald duplicate attributes. Closes #6938. |