Update pandoc docker image from 3.2 to 3.6.3 #100
Draft
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 does the following:
The new version of pandoc causes the following minor changes in latex output:
Tables - tables are now sized with
\linewidth
instead of\columnwidth
. This affects the tables captionedBasic inline markup and examples
andComparison of programming languages used in the publishing tool
Inline Images - the width of the nyan-cat image and sylt images are now determined by the
\linewidth
instead of\textwidth
. Inline images now get thekeepaspectratio
flagFree-standing Images - the mandrill image is now wrapped with
\pandocbounded{}
. Free-standing images now get thekeepaspectratio
flag.This command was introduced in Pandoc in jgm/pandoc@26b25a4 and lives in https://github.com/jgm/pandoc/blob/786356ace43d622866041f021b09452441ced009/data/templates/common.latex#L99-L108 in Pandoc 3.6.3. This requires adding the corresponding command to Inara's latex template
Blockers
It appears that two pre-existing issues that were suppressed by pandoc 3.2 are now causing failures for pandoc 3.6 (or at least, obscuring other errors that are happening with 3.6), so it would be nice to address these first in isolation:
example.md
#104example.md
#102 / Fix table reference inexample.md
#103