Replies: 2 comments
-
We don't backport fixes to earlier versions; just upgrade. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wasn't concerned about a backport, I was just curious about the behavior. Ultimately, we manually installed pandoc 3.6 instead of via the distro's package repo. That solved the rendering issue. |
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.
-
pandoc v2.9.2 on with
--from='gfm'
set causes some PDF rendering issues. I do not experience the same issue with pandoc 3.5.1.Example command:
I see this error, which does not happen with
--from=markdown
on v2.9.2.1 or at all on v3.5.This is the same error we receive if the
00-metadata.md
file is not present, suggesting--from='gfm'
has issues parsing the metdata file.When this happens on v2.9.2.1, the contents of the metadata file are instead rendered as HTML.
Example:
Here are the contents of
00-metadata.md
:Is there a way to work around this issue on 2.9.2.1 with gfm, or is the only/best recourse to update to 3.5+?
v3.5+ would require a manual install, which isn't a huge problem, but a fix/workaround would require less testing on our side.
Beta Was this translation helpful? Give feedback.
All reactions