Daniel Estévez

Results 3 comments of Daniel Estévez

I'm experiencing the same problem. Previously, I was using version 3.4.0 with the `node:20-bookworm` Docker image and the default Chromium without any issues: ``` $ apt-get update && apt-get install...

This is the output enabling full debug: ``` $ marp --debug=all --allow-local-files --theme-set themes/my.css --html src/my.md -o build/my.pdf 2024-10-28T17:22:05.954Z portfinder:defaultHosts exports._defaultHosts is: [ '0.0.0.0', '127.0.0.1', '::1', '172.17.0.2', null ] [...

That worked like a charm! Thanks a ton for your help! ``` $ apt-get update && apt-get install -y chromium $ export CHROME_PATH=/usr/bin/chromium $ export CHROME_NO_SANDBOX=1 $ marp --allow-local-files --theme-set...