pandoc 3.6.2 #10528
jgm
announced in
Announcements
pandoc 3.6.2
#10528
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Click to expand changelog
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 = 1 in the AST.styles
extension is enabled (DOCX Reader to support DOCX table custom style #9603).HTML reader:
fa-fw
orfa-w16
orfa-w14
, we add a width attribute to prevent the icon from appearing full-width in PDF or docx output.Djot reader:
mandoc reader:
RST reader:
Docx writer:
w:firstColumn
inw:tblLook
when there are row heads. (Word only allows one, so this is triggered by any number of row heads > 0.)Djot writer:
Asciidoc writer:
#...#
with no attributes as highlighted text.EPUB v2 writer:
Typst writer:
width
andheight
do not convert unitless numbers to inches #9945). These are now converted to inches as in the LaTeX writer.Improve error message given when users specify
asciidoc
as input format (Better error message when trying to use output-only format for input #8416, Santiago Zarate).Allow random 1.3.
Use texmath 0.12.8.13 (typst improvements).
lua-filters.md
: documentsystem.os
return values (Document wherepandoc.system.os
gets its values #10523).MANUAL.txt
:odt
,opendocument
(Docs: clarify difference betweenodt
andopendocument
output formats (and fix old link) #10518).This discussion was created from the release pandoc 3.6.2.
Beta Was this translation helpful? Give feedback.
All reactions