Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-04 | Update stack resolver. | John MacFarlane | 1 | -10/+1 | |
2021-03-02 | stack.yaml - use citeproc 0.3.0.8 | John MacFarlane | 1 | -1/+1 | |
2021-02-27 | Add xml-conduit to stack.yaml extra-deps. | John MacFarlane | 1 | -0/+1 | |
2021-02-27 | Use skylighting 0.10.4. | John MacFarlane | 1 | -2/+2 | |
This version of skylighting uses xml-conduit rather than hxt. This speeds up parsing of XML syntax definitions fourfold, and removes four packages from pandoc's dependency graph: hxt-charproperties hxt-unicode hxt-regex-xmlschema hxt | |||||
2021-02-22 | Use latest skylighting. | John MacFarlane | 1 | -0/+2 | |
2021-02-18 | 'make bench': Create csv files for comparison. | John MacFarlane | 1 | -1/+1 | |
2021-02-12 | Jira: require jira-wiki-markup 1.3.3 | Albert Krewinkel | 1 | -1/+1 | |
* Modified the Doc parser to skip leading blank lines. This fixes parsing of documents which start with multiple blank lines. (#7095) * Prevent URLs within link aliases to be treated as autolinks. (#6944) Fixes: #7095 Fixes: #6944 | |||||
2021-02-08 | Use lts-17.2 resolver (with ghc 8.10.3). | John MacFarlane | 1 | -10/+1 | |
2021-02-06 | stack.yaml - use commonmark-0.1.1.4 for GHC 9 | John MacFarlane | 1 | -1/+1 | |
2021-02-02 | Fix stack config | Albert Krewinkel | 1 | -1/+1 | |
2021-02-02 | Lua: add module "pandoc.path" | Albert Krewinkel | 1 | -1/+3 | |
The module allows to work with file paths in a convenient and platform-independent manner. Closes: #6001 Closes: #6565 | |||||
2021-02-01 | BibTeX writer fixes. Closes #7067. | John MacFarlane | 1 | -2/+2 | |
+ Require citeproc 0.3.0.7, which correctly titlecases when titles contain non-ASCII characters. + Correctly handle 'pages' (= 'page' in CSL). + Correctly handle BibLaTeX 'langid' (= 'language' in CSL). + In BibTeX output, protect foreign titles since there's no language field. | |||||
2021-01-30 | Require citeproc 0.3.0.6. | John MacFarlane | 1 | -4/+4 | |
2021-01-30 | Use tasty-bench instead of criterion for benchmarks. | John MacFarlane | 1 | -0/+1 | |
It is much lighter-weight. | |||||
2021-01-30 | Use latest citeproc. | John MacFarlane | 1 | -4/+4 | |
The fix to jgm/citeproc#49 also closes #7060. | |||||
2021-01-22 | Use citeproc 0.3.0.5. | John MacFarlane | 1 | -1/+1 | |
2021-01-15 | Use citeproc >= 0.3.0.4. | John MacFarlane | 1 | -4/+4 | |
2021-01-15 | Use dev version of citeproc. | John MacFarlane | 1 | -4/+4 | |
Change a citation test which had wrong disambiguation (see jgm/citeproc#44). | |||||
2021-01-11 | Use commonmark 0.1.1.3. | John MacFarlane | 1 | -1/+1 | |
2020-12-29 | Use citeproc 0.3.0.3. | John MacFarlane | 1 | -1/+1 | |
Fixes an issue in author-only citations when both an author and translator are present. | |||||
2020-12-28 | Use latest citeproc release. | John MacFarlane | 1 | -1/+1 | |
2020-12-27 | Require texmath 0.12.1. | John MacFarlane | 1 | -0/+1 | |
2020-12-18 | Use citeproc 0.3.0.1. | John MacFarlane | 1 | -1/+1 | |
2020-12-17 | Remove .travis.yml and add CircleCI config. | John MacFarlane | 1 | -1/+0 | |
2020-12-17 | Use skylighting 0.10.2. | John MacFarlane | 1 | -2/+2 | |
Cloess #6625. | |||||
2020-12-16 | Use released citeproc 0.3. | John MacFarlane | 1 | -4/+4 | |
2020-12-16 | Use released doctemplates 0.9. | John MacFarlane | 1 | -4/+1 | |
2020-12-16 | Fix citeproc regression with duplicate references. | John MacFarlane | 1 | -4/+4 | |
- 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 | 1 | -1/+1 | |
2020-12-15 | Properly handle boolean values in writing YAML metadata. | John MacFarlane | 1 | -1/+4 | |
(Markdown writer.) This requires doctemplates >= 0.9. Closes #6388. | |||||
2020-12-09 | Use latest citeproc release. | John MacFarlane | 1 | -4/+4 | |
2020-11-30 | Use a more recent stack resolver. | John MacFarlane | 1 | -5/+1 | |
2020-11-30 | Use doctemplates 0.8.3. | John MacFarlane | 1 | -1/+1 | |
Fixes issues with nested for loops in templates. | |||||
2020-11-24 | Use skylighting 0.10.1. | John MacFarlane | 1 | -2/+2 | |
2020-11-22 | Use dev version of citeproc. | John MacFarlane | 1 | -1/+4 | |
2020-11-18 | Remove 'static' flag. | John MacFarlane | 1 | -1/+0 | |
This isn't really necessary and can be misleading (e.g. on macOS, where a fully static build isn't possible). cabal's new option `--enable-executable-static` does the same. On stack you can add something like this to the options for your executable in package.yaml: ld-options: -static -pthread | |||||
2020-11-18 | Use citeproc 0.2 | John MacFarlane | 1 | -1/+1 | |
2020-11-05 | Use citeproc 0.1.1.1. | John MacFarlane | 1 | -2/+1 | |
Closes #6813. | |||||
2020-11-05 | Require latest commonmark, commonmark-extensions. | John MacFarlane | 1 | -2/+2 | |
Fixes a bug with `autolink_bare_uris` and commonmark. | |||||
2020-11-05 | Use latest commonmark, commonmark-extensions. | John MacFarlane | 1 | -2/+2 | |
2020-11-04 | Use citeproc 0.1.1. | John MacFarlane | 1 | -2/+1 | |
2020-11-01 | Use latest commonmark, commonmark-extensions. | John MacFarlane | 1 | -2/+2 | |
This fixes a bug with nested blocks in footnotes with the `footnote` extension to `commonmark`. See jgm/commonmark-hs#63. | |||||
2020-11-01 | Use latest citeproc. | John MacFarlane | 1 | -1/+1 | |
2020-10-29 | Use new citeproc; do note capitalization here, not in citeproc. | John MacFarlane | 1 | -1/+1 | |
2020-10-27 | Use latest citeproc. Closes #6783. | John MacFarlane | 1 | -1/+2 | |
2020-10-22 | stack.yaml - use latest release of skylighting. | John MacFarlane | 1 | -2/+2 | |
2020-10-22 | Require citeproc >= 0.1.0.3. | John MacFarlane | 1 | -2/+1 | |
In the previous release we pointed to this with cabal.project and stack.yaml, but jumped the gun because citeproc 0.1.0.3 had not yet been officially released. | |||||
2020-10-21 | Use latest citeproc. | John MacFarlane | 1 | -1/+2 | |
This fixes a problem with author-in-text citations for references including both an author and an editor. Previously, both were included in the text, but only the author should be. Closes #6765. Added a test. | |||||
2020-10-15 | Require citeproc 0.1.0.2. | John MacFarlane | 1 | -1/+1 | |
2020-10-13 | Use citeproc 0.1.0.1. | John MacFarlane | 1 | -2/+1 | |