mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
303 stars 57 forks source link

Inline PDF #72

Closed SebDominguez closed 2 years ago

SebDominguez commented 2 years ago

I know GitHub doesn't support inline PDF (for reasons) I'm actually using this markdown preview with my bitbucket repo (and they do support inline PDF)

So it would be amazing if this extension could render the PDF inside the preview window.

![Icone exemple](./img/a.svg)
---
![Icone exemple](./img/a.pdf)

Capture d’écran 2021-11-19 à 12 29 24 Capture d’écran 2021-11-19 à 12 29 08

mjbvz commented 2 years ago

This extension just contributes the styling (css) for the markdown preview. Adding inline pdf sounds like good candidate for another extension