update: add pandoc
version v3.6.3
#2300
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.2
->3.6.3
Release Notes
jgm/pandoc (pandoc)
v3.6.3
Compare Source
Track wikilinks with a class instead of a title (Evan Silberman).
Previously wikilinks were distinguished by giving them the
title
wikilink
. Now that we have link attributes, it makes more senseto give them the
class
wikilink
. This change affects all readersand writers that support wikilinks.
DocBook reader:
orderedlist
(#10594). Also some otherelements that allow title:
blockquote
,calloutlist
, etc.informalequation
(#10592, tombolano). Includeid
attribute.
formalpara
,example
, andsidebar
(#8666, tombolano).Include identifiers and titles in each case.
Markdown reader:
This fixes a bug that causes some normal citations to be
parsed as bracketed regular citations.
ODT reader:
block quotes whenever a paragraph was marked indented (even though
this just affects the first line). With this change we still
generate block quotes for content that has an altered left margin,
but not for indented paragraphs.
Docx reader:
+styles
(#10571, Stephen Reindl).LaTeX reader:
Pod reader:
JATS writer:
Enable annotating author roles using the Contribution Role Taxonomy
(CRediT) and export this information in conformant JATS.
LaTeX writer/templates:
Improve babel support (#8283). Previously we used the
.ini
files for every language, but for European languages these tend to
provide inferior results to the
.ldf
files used by classicBabel. Currently Babel documentation recommends using the classic
system for European languages written in Latin and Cyrillic
scripts and Vietnamese. So the LaTeX writer and template now
follow this guidance.
Main languages in the list of languages with good "classic" support
are added to global documentclass options and will be automatically
handled by Babel using the
.ldf
files.If the main language is not in this list, the
babeloptions
variablewill be set to
provide=*
, which will cause support to be loaded fromthe
.ini
file rather than an.ldf
. So, for example, setting-V babeloptions=''
with a polytonic Greek document will cause the.ldf
support to be used instead of the.ini
.The default setting of this variable can be overwritten, but in most
cases the default should give good results.
Allow
csquotesoptions
to be specified.Fix indentation bugs in
font-settings.latex
.Docx writer:
sectPr
for each new section (#10577).Previously we were only carrying over the reference doc's
sectPr
at the end of the document, so it wouldn't affect the intermediate
sections that are now added if
--top-level-division
ischapter
or
part
. This could lead to bad results (e.g. page numberingstarting only on the last chapter).
--top-level-division=part
(#10576).on Title; remove condensed spacing (Andrew Dunning, #10581).
Typst writer:
typst:no-figure
andtypst:text
attributes (#10563,Gordon Woodhull).
Ms writer:
-
(#10536).-
should now be escaped in manoutput but not in ms output (where
\-
is a unicode minus sign).HTML styles: fix style of
hr
so it works when printed (#10535, Hendrik Erz).Previously
background-color
was used to style the hr, but this gets ignoredwhen printing. This commit uses
border-top
instead.Text.Pandoc.Shared:
<abbr>
as a span-like inline inhtmlSpanLikeElements
(#5793, Evan Silberman).
Text.Pandoc.MediaBag:
Max Heller). This should give different results for remote images
that are served at URLs that do not contain misleading extensions
(e.g.
shields.io
).Text.Pandoc.Citeproc:
regular citations, but not author-in-text citations. Now it works with both.
doc/lua-filters.md
:read
andwrite
(Albert Krewinkel).doc/extras.md
:MANUAL.txt:
Raise xml-conduit upper bound.
Depend on latest commonmark-pandoc, commonmark-extensions,
citeproc, typst.
Makefile: make
make binpath
quiet.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.