pandoc 3.8.1 #11177
jgm
announced in
Announcements
pandoc 3.8.1
#11177
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
Uh oh!
There was an error while loading. Please reload this page.
-
Click to expand changelog
New output format
vimdoc
(Vim documentation format) (Vimdoc writer #11132, reptee).writeVimdoc
.Markdown reader:
(
or[
. Otherwise, we parse inline notes before superscripts. Also, the sub/superscript parsers have been adjusted so that they really exclude unescaped spaces (as they did not before, when the spaces occurred in nested inlines).LaTeX reader:
\pandocbounded
(Markdown writer doesn't parse correctly figures from RST og LaTeX #11140).XML reader:
<MetaString>
(xml reader: parse MetaString elements #11137, massifrg).Typst reader:
#pagebreak()
in Typst #11101, Raymond Berger). The pagebreak is parsed as a HorizontalRule inside a wrapper Div with classpage-break
.Docx reader:
sectPr
is not found.sectPr
.--accept
.RST reader:
:alt:
on figure (Markdown writer doesn't parse correctly figures from RST og LaTeX #11140). Also give a better default ifalt
is not specified, using the stringified caption rather than the filename.Markdown writer:
RST writer:
OpenDocument writer:
Docx writer:
Powerpoint writer:
Typst writer:
--syntax-highlighting
. With this change,--syntax-highlighting=none
and--syntax-highlighting=<stylename>
(with skylighting style) will work.LaTeX writer:
\_
in bibliography variable (Pandoc replacing underscores in bibliography by UTF-8 bytes #11152).LaTeX template: Add
shorthands
variable for LaTeX output (keyshorthands
not supported in variablebabeloptions
#11160). If true, pandoc will allow language-specific shorthands when loading babel. (This is helpful, for example, in getting proper spacing around French punctuation.)epub.css: Remove coloring for
a, a:visiting
(epub links indistinguishable from regular text in macOS and iOS Books app #11174). This was causing links in iOS books app not to be distinguished in any way (since underlining is not used there).Text.Pandoc.Parsing:
tableWithSpans
,tableWithSpans'
,toTableComponentsWithSpans
andtoTableComponentsWithSpans'
take a list of lists of (Blocks, RowSpan, ColSpan) to parse a Table with different RowSpan and ColSpan values accordingly. New helper functionssingleRowSpans
andsingleColumnSpans
help set all RowSpans or ColSpans to be 1 in case the table format only allows setting one or the other.Text.Pandoc.Class:
fetchItem
fail if the HTTP request is not successful (Albert Krewinkel). HTTP requests that don’t return a 200 error code are now treated as an error. This ensures that a warning is triggered when using--embed-resources
or--extract-media
.Text.Pandoc.Writers.Shared:
removeLinks
[API change] (Albert Krewinkel). The function converts links to spans. It is used, for example, to avoid nested links. The HTML writer used to put the description of nested links into small caps, but uses a simple span now.Text.Pandoc.Highlighting: export typst functions [API change]. New exported functions
formatTypstBlock
,formatTypstInline
,styleToTypst
.Text.Pandoc.XML:
fetchpriority
to list of HTML attributes (fetchpriority attribute not recognized for img tag in HTML writer #11176).Allow unicode-data 0.7.
Use released djot 0.1.2.3. Fixes a bug in which indentation was swallowed in a code block inside a blockquote.
This discussion was created from the release pandoc 3.8.1.
Beta Was this translation helpful? Give feedback.
All reactions