Closed dependabot[bot] closed 3 years ago
So, looking at this, it looks like the updated Pandoc/XeLaTex version has some issues with kerning and layout, particularly around quoted strings. For example, comparing this against the SCWG's BR.md, the definition of "Base Domain Name" removes the space between "or" on "example.co.uk" or "example.com"
). This also appears for other punctuation (like "-").
This might be related to Ligature handling, I'll dig into this more. What I don't see is major changes to the Pandoc side of things that would explain this (see https://github.com/jgm/pandoc/compare/2.11.3.2...2.13 , in particular, default.latex
), although it may be the changes to the Pandoc writer regarding how it handles ligatures that may explain this.
@dependabot ignore this minor version
OK, I won't notify you about version 2.13.x again, unless you re-open this PR or update to a 2.13.x release yourself.
Bumps pandoc/latex from 2.11.3.2 to 2.13.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)