pandoc 3.6.3 #10608
jgm
announced in
Announcements
pandoc 3.6.3
#10608
Replies: 1 comment 4 replies
-
|
Unofficial Linux/RISC-V (64-bit, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Click to expand changelog
Track wikilinks with a class instead of a title (Evan Silberman). Previously wikilinks were distinguished by giving them the
titlewikilink. Now that we have link attributes, it makes more sense to give them theclasswikilink. 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). Includeidattribute.formalpara,example, andsidebar(DocBook reader ignores theidattribute offormalpara#8666, tombolano). Include identifiers and titles in each case.Markdown reader:
ODT reader:
Docx reader:
+styles(DOCX reader withdocx+stylesgenerate warning on commends #10571, Stephen Reindl).LaTeX reader:
Pod reader:
=encodingdirective 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
.inifiles for every language, but for European languages these tend to provide inferior results to the.ldffiles 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
.ldffiles.If the main language is not in this list, the
babeloptionsvariable will be set toprovide=*, which will cause support to be loaded from the.inifile rather than an.ldf. So, for example, setting-V babeloptions=''with a polytonic Greek document will cause the.ldfsupport 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
csquotesoptionsto be specified.Fix indentation bugs in
font-settings.latex.Docx writer:
sectPrfor 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’ssectPrat the end of the document, so it wouldn’t affect the intermediate sections that are now added if--top-level-divisionischapterorpart. 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-figureandtypst:textattributes (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
hrso it works when printed (fix: default HR styling frombackground-colortoborder-top#10535, Hendrik Erz). Previouslybackground-colorwas used to style the hr, but this gets ignored when printing. This commit usesborder-topinstead.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:readandwrite(Albert Krewinkel).doc/extras.md:MANUAL.txt:
Raise xml-conduit upper bound.
Depend on latest commonmark-pandoc, commonmark-extensions, citeproc, typst.
Makefile: make
make binpathquiet.This discussion was created from the release pandoc 3.6.3.
Beta Was this translation helpful? Give feedback.
All reactions