Closed sabaferdous12 closed 1 year ago
As a side note: the problem is not only for Python-generated figures, but for any code-generated figures. A minimal example can be found here: milanmlft/tmp-lesson-figs at 3ad21412053828ea64698e3b04145b71b674ad29
The generated pdf: introduction.md.pdf
chrome_print function - RDocumentation might be useful
This would require installing Chromium on the GHA runners, for which browser-actions/setup-chrome: Set up your GitHub Actions workflow with a specific version of chromium might be used
At the moment, any plot originating from python code are not being displayed in the pdf. This is due to md file contains html tag for image while Pandoc only reads image tag.
e.g:
but workable line is:
We need to fix this in sandpaper