-
Is there any preference or other technique to enable the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Normally Marp for VS Code always enable If you enabled an experimental option |
Beta Was this translation helpful? Give feedback.
-
I still cannot see my CSS theme background image when using vscode to build the PDF. It is likely something environmental, but I would love to get a bit more debugging info to determine if I need to tweak it in my setup or if it is a bug. Is there an easy way to see the actual command running and output generated during the export and the working directory? The debug console appears empty. |
Beta Was this translation helpful? Give feedback.
-
@yhatt Thank you for the hints. They helped me get this resolved. |
Beta Was this translation helpful? Give feedback.
I spent some time with this today and after about 90 minutes I was able to get the custom CSS working correctly inside VScode. The Dev Tools weren't as useful as I would wish, simply because it was hard to tell what marp was using as the working directory, what config was being passed to marp, etc.
That being said, I was able to refactor my directory layout a bit, enable
Strict Path Resolution During Export
and then add the relative paths to my two custom CSS files to theThemes
setting and then rendering is now working properly in VScode as well as from the CLI.