pandoc 3.6.3 #10608
jgm
announced in
Announcements
pandoc 3.6.3
#10608
Replies: 1 comment
-
Unofficial Linux/RISC-V 64-bit ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Click to expand changelog
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 sense to give them theclass
wikilink
. This change affects all readers and writers that support wikilinks.DocBook reader:
orderedlist
(<title> within <orderedlist> from docbook is skipped #10594). Also some other elements that allow title:blockquote
,calloutlist
, etc.informalequation
(DocBook reader: better handle informalequation #10592, tombolano). Includeid
attribute.formalpara
,example
, andsidebar
(DocBook reader ignores theid
attribute offormalpara
#8666, tombolano). Include identifiers and titles in each case.Markdown reader:
ODT reader:
Docx reader:
+styles
(DOCX reader withdocx+styles
generate warning on commends #10571, Stephen Reindl).LaTeX reader:
Pod reader:
=encoding
directive is treated as text #10537, Evan Silberman).JATS writer:
LaTeX writer/templates:
Improve babel support (french typography rules not respected #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 classic Babel. 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
variable will be set toprovide=*
, which will cause support to be loaded from the.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 (DOCX page options applied to last section only with --top-level-division=chapter #10577). Previously we were only carrying over the reference doc’ssectPr
at the end of the document, so it wouldn’t affect the intermediate sections that are now added if--top-level-division
ischapter
orpart
. This could lead to bad results (e.g. page numbering starting only on the last chapter).--top-level-division=part
(DOCX: Support for --top-level-division=part #10576).Typst writer:
typst:no-figure
andtypst:text
attributes (brace tables with typst:no-figure and typst:text attributes #10563, Gordon Woodhull).Ms writer:
-
(-
should be escaped as\-
in man, but not in ms output #10536).-
should now be escaped in man output but not in ms output (where\-
is a unicode minus sign).HTML styles: fix style of
hr
so it works when printed (fix: default HR styling frombackground-color
toborder-top
#10535, Hendrik Erz). Previouslybackground-color
was used to style the hr, but this gets ignored when printing. This commit usesborder-top
instead.Text.Pandoc.Shared:
<abbr>
as a span-like inline inhtmlSpanLikeElements
(Better support for <abbr> in HTML #5793, Evan Silberman).Text.Pandoc.MediaBag:
shields.io
).Text.Pandoc.Citeproc:
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.This discussion was created from the release pandoc 3.6.3.
Beta Was this translation helpful? Give feedback.
All reactions