We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before anything else, seriously well done on this project - it's great work!
I just wanted to know if it's possible to have settings.json accept relative paths for the markdown-pdf.styles?
Something like this: "markdown-pdf.styles": [ ".vscode/md.css" ]
"markdown-pdf.styles": [ ".vscode/md.css" ]
The text was updated successfully, but these errors were encountered:
Relative paths are not currently supported, but I will try to support in a future release.
Sorry, something went wrong.
Released 0.1.5 with this fix. Please update!
No branches or pull requests
Before anything else, seriously well done on this project - it's great work!
I just wanted to know if it's possible to have settings.json accept relative paths for the markdown-pdf.styles?
Something like this:
"markdown-pdf.styles": [ ".vscode/md.css" ]
The text was updated successfully, but these errors were encountered: