shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.38k stars 170 forks source link

[BUG] When exporting a PDF using Puppeteer with a dark theme, there will be a white border around the exported PDF #1954

Open palapapa opened 2 months ago

palapapa commented 2 months ago

Describe the bug When exporting a PDF using Puppeteer with a dark theme, there will be a white border around the exported PDF.

Environment

To Reproduce Steps to reproduce the behavior:

  1. Select any dark preview theme
  2. Right click > Export > Chrome (Puppeteer) > PDF

Expected behavior No white border.

Markdown file Any file.

Screenshots Self explanatory.

Additional context markdown-preview-enhanced.printBackground is true.

palapapa commented 2 months ago

Even with light themes like newsprint.css, the border is still visible. It seems like the white border is always there, just not visible with most light themes.