diff options
| author | John MacFarlane <[email protected]> | 2025-09-06 19:49:58 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-06 19:54:00 +0200 |
| commit | 8aa665a33dd07ff7edbb296b8718a1ded4b91b33 (patch) | |
| tree | 00d39a037a4621b8e5365c9e5f7fc8ddbe07b238 /changelog.md | |
| parent | 5328d4f9d0a798ac280daec7d01d2d8c9a4b812d (diff) | |
Citeproc: put bibliography in a div with id `.*__refs`
as well as `refs`. Reason: when `--file-scope` is used, a Div
with id `refs` gets a prefix attached, derived from the filename.
The prefix ends in `__`.
Closes #11072.
Diffstat (limited to 'changelog.md')
| -rw-r--r-- | changelog.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index cff9f2903..870f2aaad 100644 --- a/changelog.md +++ b/changelog.md @@ -286,6 +286,13 @@ * Text.Pandoc.Citeproc: + Don't move footnotes around em-dashes (#11046). + + Allow `--citeproc` to put the bibliography in a Div with id `refs` + even when `--file-scope` is used (#11072). When `--file-scope` + is used, a prefix will be added based on the filename, so the Div + will end up having an identifier like `myfile.md__refs`. + Previously, this prevented the bibliography from being added to + the marked Div. Now pandoc will add the bibliography to any Div + with the id `refs` or any id ending in `__refs`. * Text.Pandoc.Citeproc.BibTeX: Protect case in periodical titles (#11048). Thus, for example, `{npj} Quantum Information` should translate as |
