Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-05 | Revamp note citation handling. | John MacFarlane | 1 | -1/+1 | |
Use latest citeproc, which uses a Span with a class rather than a Note for notes. This helps us distinguish between user notes and citation notes. Don't put citations at the beginning of a note in parentheses. (Closes #7394.) | |||||
2021-06-29 | Use dev version of citeproc. | John MacFarlane | 1 | -1/+1 | |
This eliminates double hyperlinks in author-in-text citations. Author-only citations are no longer hyperlinked. See jgm/citeproc#77. | |||||
2021-06-28 | Use dev version of citeproc. | John MacFarlane | 1 | -0/+2 | |
This fixes moving of punctuation inside quotes to conform to the CSL spec: only comma and period are moved, not question mark or exclamation point. | |||||
2021-06-28 | Require commonmark-pandoc >= 0.2.2.1. | John MacFarlane | 1 | -0/+1 | |
This fixes task lists with multiple paragraphs. | |||||
2021-06-22 | Use dev version of doctemplates. | John MacFarlane | 1 | -0/+2 | |
2021-06-20 | Bump to 2.14.0.3, update changelog, require latest skylighting. | John MacFarlane | 1 | -0/+2 | |
2021-06-20 | Use lts-18.0 stack resolver. | John MacFarlane | 1 | -10/+1 | |
2021-06-20 | Require commonmark 0.2.1. | John MacFarlane | 1 | -1/+1 | |
2021-06-05 | Require citeproc 0.4.0.1. | John MacFarlane | 1 | -1/+1 | |
This fixes a bug which led to doubled "et al." in some (rare) circumstances. | |||||
2021-05-29 | Use commonmark-extensions 0.2.1.2 | John MacFarlane | 1 | -1/+1 | |
2021-05-28 | Use latest commonmark. | John MacFarlane | 1 | -0/+3 | |
2021-05-25 | Use haddock-library-1.10.0 | Albert Krewinkel | 1 | -0/+1 | |
2021-05-25 | Jira: add support for "smart" links | Albert Krewinkel | 1 | -1/+1 | |
Support has been added for the new `[alias|https://example.com|smart-card]` syntax. | |||||
2021-05-24 | Use jira-wiki-markup 1.3.5 | Albert Krewinkel | 1 | -0/+1 | |
* Allow spaces and most unicode characters in attachment links. * No longer require a newline character after `{noformat}`. * Only allow URI path segment characters in bare links. * The `file:` schema is no longer allowed in bare links; these rarely make sense. Closes: #7218 | |||||
2021-05-21 | Bump upper-bounds for network-uri, time. | John MacFarlane | 1 | -7/+1 | |
Change stack.yaml to use lts-17.12. | |||||
2021-05-12 | Use released citeproc 0.4. | John MacFarlane | 1 | -3/+1 | |
2021-05-12 | Use texmath 0.12.3. | John MacFarlane | 1 | -3/+1 | |
2021-04-25 | Use dev texmath, citeproc. | John MacFarlane | 1 | -3/+5 | |
2021-04-20 | stack.yaml - use latest unicode-collation. | John MacFarlane | 1 | -1/+1 | |
2021-04-18 | Use lastest citeproc. | John MacFarlane | 1 | -1/+1 | |
2021-04-18 | Use lastest unicode-collation. | John MacFarlane | 1 | -1/+1 | |
2021-04-17 | Update to released unicode-collation, latest citeproc dev version. | John MacFarlane | 1 | -3/+2 | |
Update citeproc test. | |||||
2021-04-17 | Use new citeproc + unicode-collation. | John MacFarlane | 1 | -1/+5 | |
Add command test for unicode-collation. | |||||
2021-04-15 | Use latest xml-conduit. | John MacFarlane | 1 | -0/+1 | |
2021-03-22 | Require latest skylighting (fixes a bug in XML syntax highlighting). | John MacFarlane | 1 | -2/+2 | |
2021-03-19 | Use skylighting 0.10.5. | John MacFarlane | 1 | -2/+2 | |
This fixes a bad regression in Haskell syntax highlighting. | |||||
2021-03-17 | Use random 1.2.0 in stack.yaml. | John MacFarlane | 1 | -0/+3 | |
2021-03-17 | Remove unnecessary tasty-bench from extra-deps | John MacFarlane | 1 | -1/+0 | |
2021-03-16 | Increase heap space in runtime for benchmarks. | John MacFarlane | 1 | -0/+1 | |
Otherwise we're essentially benchmarking garbage collecting, which can give very inconsistent results. | |||||
2021-03-15 | Require texmath 0.12.2 | John MacFarlane | 1 | -0/+1 | |
2021-03-15 | Use doclayout 0.3.0.2. | John MacFarlane | 1 | -1/+1 | |
This further reduces time and memory needed to compile pandoc. | |||||
2021-03-14 | Require latest doclayout and skylighting. | John MacFarlane | 1 | -2/+3 | |
2021-03-14 | Use latest dev version of doclayout. | John MacFarlane | 1 | -3/+2 | |
This reduces compile time/memory consumption for pandoc considerably. See jgm/doclayout#1. | |||||
2021-03-13 | Use eciteproc >= 0.3.0.9 | John MacFarlane | 1 | -0/+1 | |
2021-03-13 | stack.yaml: add jira-wiki-markup-1.3.4 to extra-deps | Albert Krewinkel | 1 | -0/+1 | |
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. |