pandoc 3.1.12.3 #9583
jgm
announced in
Announcements
pandoc 3.1.12.3
#9583
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Click to expand changelog
Markdown reader: Fix bug with footnotes at end of fenced div (Parsing issue when footnotes before closing div #9576).
LaTeX reader:
@
(Bug parsing \@ in LaTeX #9555). Make tokenization sensitive to\makeatletter
/\makeatother
. Previously we just always treated@
as a letter. This led to bad results, e.g. with the sequence\@
. E.g.,a\@ b
would parse as “ab” anda\@b
as “a”.withRaw
work insideparseFromToks
(Incomplete RawBlocks of some environments inside LaTeX tables #9517). This is needed for raw environments to work inside table cells.p{}
wasn’t a multiple of\linewidth
. This led to cases where content was skipped.Typst writer:
inset
to tables (Pandoc should not hardcodeinset: 6pt
for Typst tables #9580). Instead, set this globally in the default template, allowing it to be customized.LaTeX template: Fix block headings support for unnumbered paragraphs (fix block headings support for unnumbered paragraphs #9542, {.unnumbered} tag cannot work at level 4 or lower? #6018, Oliver Fabel).
HTML templates: Replace polyfill provider (option to disable longtabless on conversion to latex #2384, @SukkaW). Replace polyfill.io with cdnjs.cloudflare.com/polyfill. polyfill.io has been acquired by Funnull, and the service has become unstable.
Korean translations: delete colon in translation for ‘to’. This was invalid YAML, and not desired anyway, since a colon is added.
Use latest commonmark, commonmark-extensions. This fixes a 3.12 regression in parsing of commonmark/gfm autolinks (autolink_bare_uris doesn't work correctly in 3.1.12.x for URLs with dot, comma, parenthesis etc. commonmark-hs#151).
Depend on djot 0.1.1.3, which fixes a serious parsing bug affecting regular paragraphs after lists.
Depend on latest skylighting, skylighting-core, typst-hs, texmath.
MANUAL.txt: Change broken link to IDML cookbook (InDesign ICML: Dead link #9563).
This discussion was created from the release pandoc 3.1.12.3.
Beta Was this translation helpful? Give feedback.
All reactions