I’ll introduce how to fix errors when using markdown-pdf: Export
in Visual Studio Code (VSCode).
The VSCode extension Markdown PDF was giving an error with markdown-pdf: Export
, so I researched the solution.
Markdown-pdf: Executable Path Path to a Chromium or Chrome executable to run instead of the bundled Chromium.
Set the following:
/Applications/Google Chrome.app/Contents/MacOS/Google Chrome
"markdown-pdf.executablePath": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
Above, I configured the Chrome path to make markdown-pdf: Export
work in VSCode.
That’s all from the Gemba.