pandoc 3.1.13 #9641
Replies: 4 comments 6 replies
-
There's a small mistake in the release notes:
The problem is only in the release notes, Pandoc 3.1.13 works correctly, as discussed in #9604: $ pandoc -t context
{.full height=3cm}
\startplacefigure[title={ALT}]
{\externalfigure[image.jpg][full][height=3cm]}
\stopplacefigure |
Beta Was this translation helpful? Give feedback.
-
I’m on Linux Mint 21.3 and desperately try to update my one year old "Quick cabal method"-installed Pandoc 3.1.2 to 3.1.13, and for the life of me don’t succeed! After a What is wrong? Here is the terminal output, if that helps:
Further tries only give:
When looking at the ghc-8.8.4 build logs, it shows me:
|
Beta Was this translation helpful? Give feedback.
-
Tried removing all files in When looking at the
Their website shows 3.1.13 being available. Now I really need help, please. |
Beta Was this translation helpful? Give feedback.
-
Last desperate try for this night (appending version number) gave this:
|
Beta Was this translation helpful? Give feedback.
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
Org reader:
id
property under heading (When I set an ID for a heading in Org-Mode, the link to the heading from the table of content is wrong #9639).DocBook reader:
<note>
) to work withgfm
admonitions even if the<title>
is not present.DokuWiki reader:
//
is not italics) ([Dokuwiki -> HTML and Markdown] List of links badly converted from Dokuwiki #9630).[[url|]]
) works the same as an omitted link text ([Dokuwiki -> HTML] Internal links displayed empty when no name #9632).Typst reader:
CSLJson writer:
$
or$$
around math incsljson
output (Bibtex to csljson conversion loses mathmode markers #9616).ConTeXt writer:
\externalfigure
. The dimensions should comebeforeafter the class if both are present.Typst writer:
[..]
contexts (Typst markup in#strong[…]
needs escaping #9586). For example, we need to escape[\1. April]
or it will be treated as an ordered list.unnumbered
on headings ([Typst writer] Section headers does not respect.unnumbered
#9585).LaTeX writer:
Text.Pandoc.Writers.Shared:
isOrderedListMarker
[API change].Change lhs tests so they don’t use
--standalone
. This will avoid test failures due to minor changes in skylighting versions, e.g. Tests failing on 3.1.11.1 #9589.Use latest texmath, typst.
Require pandoc-lua-marshal 0.2.6 (Lua - accessing
div.content
in empty div changes its content #9613, Albert Krewinkel). Fixes an issue arising when the value ofcontent
properties on BlockQuote, Figure, and Div elements was an empty list.Update lua-filters.md (Update lua-filters.md #9611, Carlos Scheidegger).
This discussion was created from the release pandoc 3.1.13.
Beta Was this translation helpful? Give feedback.
All reactions