https://github.com/pxlrbt/markdown-css
Modern CSS style for nicely formatted markdown exports.
https://github.com/pxlrbt/markdown-css
css markdown markdown-html markdown-pdf style theme vscode vscode-markdown
Last synced: 26 days ago
JSON representation
Modern CSS style for nicely formatted markdown exports.
- Host: GitHub
- URL: https://github.com/pxlrbt/markdown-css
- Owner: pxlrbt
- License: gpl-3.0
- Created: 2018-10-18T14:36:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T09:34:28.000Z (over 6 years ago)
- Last Synced: 2025-05-08T03:07:43.959Z (26 days ago)
- Topics: css, markdown, markdown-html, markdown-pdf, style, theme, vscode, vscode-markdown
- Language: CSS
- Homepage:
- Size: 312 KB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown CSS
CSS style for nicely formatted markdown exports (pdf/html)## Tested with
- VS Code - Markdown Preview (builtin)
- VS Code - Markdown PDF (Extension)## Setup
### VS Code Markdown Preview
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.
```json
"markdown.styles": ["PATH_TO_YOUR_FILE"],
```### VS Code Markdown PDF
Add this line to your `settings.json`. Adjust path to your CSS file.
```json
"markdown-pdf.styles": ["PATH_TO_YOUR_FILE"]
```## Example
