Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-08 | stack.yaml: require latest lpeg | Albert Krewinkel | 1 | -1/+1 | |
2021-11-04 | Lua: include lpeg module (#7649) | Albert Krewinkel | 1 | -0/+1 | |
Compiles the 'lpeg' library (Parsing Expression Grammars For Lua) into the program. Package maintainers may choose to rely on package dependencies to make lpeg available, in which case they can compile the with the constraint `lpeg +rely-on-shared-lpeg-library`. | |||||
2021-11-04 | Require latest hslua (2.0.1). | Albert Krewinkel | 1 | -5/+5 | |
This fixes issues with - misleading error messages when a required function parameter is omitted; - absent properties still being listed in the output of `pairs`; and - alias accessing leading to errors instead of returning `nil`, e.g. with `(pandoc.Str '').identifier`. Fixes: #7661 See also: #7657 | |||||
2021-10-27 | Require latest skylighting (0.12.1). | John MacFarlane | 1 | -2/+2 | |
2021-10-23 | Use ipynb 0.1.0.2. | John MacFarlane | 1 | -0/+2 | |
With this change pandoc can be built with aeson >= 2. | |||||
2021-10-22 | Use citeproc 0.6, commonmark 0.2.2.1, commonmark-extensions 0.2.2 | John MacFarlane | 1 | -5/+3 | |
2021-10-22 | Use texmath 0.12.3.2 | John MacFarlane | 1 | -2/+1 | |
2021-10-22 | Use pandoc-types 1.22.1. | John MacFarlane | 1 | -2/+1 | |
2021-10-22 | Switch to hslua-2.0 | Albert Krewinkel | 1 | -2/+13 | |
The new HsLua version takes a somewhat different approach to marshalling and unmarshalling, relying less on typeclasses and more on specialized types. This allows for better performance and improved error messages. Furthermore, new abstractions allow to document the code and exposed functions. | |||||
2021-10-12 | Revert "Depend on pandoc-types 1.23, remove Null constructor on Block." | John MacFarlane | 1 | -2/+2 | |
This reverts commit fb0d6c7cb63a791fa72becf21ed493282e65ea91. | |||||
2021-10-12 | cabal.project: Dependencies to build with aeson 2. | John MacFarlane | 1 | -1/+1 | |
2021-10-12 | Depend on latest dev version of commonmark. | John MacFarlane | 1 | -2/+2 | |
2021-10-11 | Require doclayout >= 0.3.1.1. | John MacFarlane | 1 | -1/+1 | |
This fixes recognition of "real widths" of emoji characters, which is important for tabular layout. | |||||
2021-10-10 | Stack: use latest doclayout | John MacFarlane | 1 | -0/+1 | |
2021-10-10 | Use latest emojis. | John MacFarlane | 1 | -0/+1 | |
2021-10-01 | Depend on pandoc-types 1.23, remove Null constructor on Block. | John MacFarlane | 1 | -2/+7 | |
2021-09-22 | Use latest citeproc. | John MacFarlane | 1 | -1/+1 | |
2021-09-18 | Use skylighting-0.12, skylighting-core-0.12. | John MacFarlane | 1 | -2/+2 | |
This fixes highlighting issues with typescript, scala, and other syntaxes that include keyword lists from different syntaxes. | |||||
2021-09-16 | stack.yaml: use lts-18.10 resolver. | John MacFarlane | 1 | -3/+1 | |
2021-09-13 | Use latest dev version of texmath. | John MacFarlane | 1 | -1/+2 | |
2021-09-10 | Use latest dev citeproc. | John MacFarlane | 1 | -1/+1 | |
2021-09-09 | Use dev version of citeproc. | John MacFarlane | 1 | -1/+2 | |
2021-08-17 | Use released citeproc 0.5. | John MacFarlane | 1 | -3/+1 | |
2021-08-13 | Convert Quoted in bib entries to special Spans... | John MacFarlane | 1 | -0/+1 | |
before passing them off to citeproc. This ensures that we get proper localization and flipflopping if, e.g., quotes are used in titles. Closes jgm/citeproc#87. | |||||
2021-08-13 | Citeproc: avoid odd handling of quotes. | John MacFarlane | 1 | -1/+1 | |
citeproc changes allow us to ignore Quoted elements; citeproc now uses its own method for represented quoted things, and only localizes and flipflops quotes it adds itself. See #87. The one thing left to do is to convert Quoted elements in bibliography databases (esp. titles) to `Span ("",["csl-quoted"],[])` before passing them to citeproc, IF the localized quotes for the quote type match the standard inverted commas. | |||||
2021-08-13 | Removed quote localization from citeproc processing. | John MacFarlane | 1 | -1/+5 | |
This is now done in citeproc itself. | |||||
2021-07-18 | Use doctemplates 0.4.1 and citeproc 0.10. | John MacFarlane | 1 | -4/+2 | |
2021-07-17 | Use skylighting 0.11. | John MacFarlane | 1 | -2/+2 | |
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. |