Skip to content
New issue

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

Could not load markdown.styles #96201

Closed
arnofly opened this issue Apr 26, 2020 · 1 comment
Closed

Could not load markdown.styles #96201

arnofly opened this issue Apr 26, 2020 · 1 comment
Assignees
Labels
*as-designed Described behavior is as designed markdown Markdown support issues

Comments

@arnofly
Copy link

arnofly commented Apr 26, 2020

  • VSCode Version:
  • OS Version:
    Version: 1.44.2 (user setup)
    Commit: ff91584
    Date: 2020-04-16T16:36:23.138Z
    Electron: 7.1.11
    Chrome: 78.0.3904.130
    Node.js: 12.8.1
    V8: 7.8.279.23-electron.0
    OS: Windows_NT x64 10.0.18363

Steps to Reproduce:

settings.json
{
"markdown.styles": [
"D:\\markdown-override.css"
]
}

image

Please, why?

I would like override CSS global styles of Markdown feature by default for all my MD files. Markdown PDF extension lets me do it, but my styles are applied on export only, not on preview.
Thx.

@mjbvz
Copy link
Collaborator

mjbvz commented Apr 27, 2020

See https://code.visualstudio.com/Docs/languages/markdown#_using-your-own-css

This setting only supports loading a css file from your current workspace

@mjbvz mjbvz closed this as completed Apr 27, 2020
@mjbvz mjbvz added *as-designed Described behavior is as designed markdown Markdown support issues labels Apr 27, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed markdown Markdown support issues
Projects
None yet
Development

No branches or pull requests

2 participants