You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build a report from markdown to pdf and the images are not properly cropping and its going out of page and only half of the page is getting printed
However if i use the old version like Eisvogel-2.0.0.zip the images are proper without any issues
i am using the below command for both the templates
I also discovered this bug. It is not present in the previous release (Eisvogel 2.4.2). But something in the current release (Eisvogel 2.5.0) causes the images to overflow.
glynx
added a commit
to glynx/OSCP-Exam-Report-Template-Markdown
that referenced
this issue
Dec 4, 2024
It is due to the fact that the template added a new macro introduced in Pandoc 3.2.1.
Your Pandoc install may be outdated.
I had the same issue under Debian with a local Pandoc install (v2.7 by default).
Just needed to download the latest package from the pandoc repository and it works.
I am trying to build a report from markdown to pdf and the images are not properly cropping and its going out of page and only half of the page is getting printed
However if i use the old version like Eisvogel-2.0.0.zip the images are proper without any issues
i am using the below command for both the templates
pandoc tomghost.md
-o tomghost.pdf
--from markdown+yaml_metadata_block+raw_html
--template eisvogel
--table-of-contents
--toc-depth 6
--number-sections
--top-level-division=chapter
--highlight-style tango
The text was updated successfully, but these errors were encountered: