update: add pandoc
version v3.6.2
#2276
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.1
->3.6.2
Release Notes
jgm/pandoc (pandoc)
v3.6.2
Compare Source
New output format:
pod
(Evan Silberman). Pod ("Plain old documentation")is a markup languaged used principally to document Perl modules and
programs.
New reader module Text.Pandoc.Readers.Pod, exporting
readPod
[API change].
Docx reader:
w:tblLook
hasw:firstColumn
set (or an equivalent bit mask), we set row heads = 1in the AST.
styles
extensionis enabled (#9603).
HTML reader:
If the icon has class
fa-fw
orfa-w16
orfa-w14
, we add a widthattribute to prevent the icon from appearing full-width in PDF or
docx output.
Djot reader:
highlighted text, for consistency with the other pandoc readers and
writers.
mandoc reader:
RST reader:
introduced in 3.6.
Docx writer:
w:firstColumn
inw:tblLook
when there are row heads. (Word only allows one, so thisis triggered by any number of row heads > 0.)
Djot writer:
Asciidoc writer:
The "mark" class is used for highlighting, and Asciidoc treats
bare
#...#
with no attributes as highlighted text.EPUB v2 writer:
Typst writer:
These are now converted to inches as in the LaTeX writer.
Improve error message given when users specify
asciidoc
as inputformat (#8416, Santiago Zarate).
Allow random 1.3.
Use texmath 0.12.8.13 (typst improvements).
lua-filters.md
: documentsystem.os
return values (#10523).MANUAL.txt
:to the latest major release rather than a specific major release
(which there are two of every year) (Stéphane Guillou).
odt
,opendocument
(#10518).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.