pandoc 3.11 #11835
jgm
announced in
Announcements
pandoc 3.11
#11835
Replies: 1 comment
|
Unofficial Linux/RISC-V (64-bit, |
0 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.
Click to expand changelog
Add
--math-methodoption. This replaces (now deprecated but still functional) options--mathml,--mathjax,--gladtex,--katex,--webtex. Theplainstyle can now be specified explicitly. In defaults files,html-math-methodis nowmath-method(thoughhtml-math-methodwill still work).Make
mathmlthe default math-method (Set MathML as the default writerHTMLMathMethod #11751).Add
--completion={bash,zsh,fish}([feature] more shell completions #8542, wzy). Make--bash-completionan alias of--completion=bash. See the manual for instructions on how to use these completions.Text.Pandoc.Options [API change]:
writerHTMLMathMethodfield of WriterOptions towriterMathMethod.Markdown reader:
(1@label)for resetting example list counter (Add option to reset numbered example list start value every chapter for PDF output #10940). This is needed often at the beginning of a chapter.MediaWiki writer:
<nowiki>around possible URLs (Mediawiki writer generates incorrect output for URLs #11834). Otherwise they get linkified automatically.Docx reader:
RTF Reader:
Typst reader:
HTML reader:
prewithoutcode(HTML reader discards whitespace in a<pre>element that has no inner<code>#11810). Preserve whitespace as nonbreaking spaces.ODT/OpenDocument writers:
dir: rtl(orltr) in document metadata; an RTLlangin metadata (e.g.he,ar), unless overridden bydir; adirattribute on a Div. Code blocks remain ltr regardless.style:language-complexrather thanfo:languagefor RTL languages (ODT output RTL doesn't work #11301).Docx writer:
langmetadata (ODT output RTL doesn't work #11301). This ensures that settinglangwill affect the whole document. Previously, settinglangtohewas not sufficient to make the document RTL.JATS writer:
pelement insidep(pandoc 3.10.2 defects in jats, docx #11809).Ms writer:
ConTeXt writer:
Text.Pandoc.App.Opt:
optHTMLMathMethodtooptMathMethod. [API change]MSI installer: Fix upgrade detection for per-machine installations (Fix upgrade detection for per-machine installations #11827, Wrong-Code). Previously, registry records of previous versions were not being removed.
Text.Pandoc.Templates:
getTemplate. When callingfetchItemingetTemplate, we temporarily reset thestSourceURLin CommonState so that the template is sought locally. Previously, an exception infetchItemwould preventstSourceURLfrom being set back to its original value. This could result in a local file being fetched instead of a remote one. Note that an exception is triggered when one uses e.g.--template default.html5; in that casegetTemplatehandles the exception by looking for the file in the user data directory. This patch fixes the bug so that thestSourceURLis reset regardless of whetherfetchItemraises an exception. Thanks to Yingjie Su for identifying the problem.beamer template: remove spurious extra tableofcontents (beamer template duplicates "\tableofcontents" #11819).
Text.Pandoc.App.CommandLineOptions:
Add new unexported module Text.Pandoc.Completion (wzy).
Replace a use of
nubwithnubOrd.Use latest releases of djot, asciidoc, typst, texmath.
MANUAL.txt:
thanksin typst doesn’t currently work (thanksfootnote content missing in default Typst template output #11807).This discussion was created from the release pandoc 3.11.
All reactions