Join Discord
Powered by
TIL: How to stop images from breaking when exporti...
# today-i-learned
s
seadude
04/13/2022, 7:01 PM
TIL: How to stop images from breaking when exporting markdown as PDF! - Using the
vscode-markdown-pdf
extension - Add...
Copy code
<div class="page"></div> &zwj
- ...before the HTML which holds the image REF:
https://github.com/yzane/vscode-markdown-pdf/issues/279
Previous
Next