CSS style for nicely formatted markdown exports (pdf/html)
- VS Code - Markdown Preview (builtin)
- VS Code - Markdown PDF (Extension)
Add this line to your settings.json
. Adjust path to your CSS file. On Windows global paths (e.g. C:\\Users\\...
) seem not to work. You can upload the CSS file and include an URL as file path.
"markdown.styles": ["PATH_TO_YOUR_FILE"],
Add this line to your settings.json
. Adjust path to your CSS file.
"markdown-pdf.styles": ["PATH_TO_YOUR_FILE"]