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

Markdown preview theme works only when Github theme is active #73

Closed chimit closed 2 years ago

chimit commented 2 years ago

I'm not sure it's a bug or intended behavior but I'm using the One Dark Pro theme and this extension doesn't work properly with it. My markdown previews look like in Github only if I choose the Github official theme (which, of course, is applied to all files - not what I want).

Tarocch1 commented 2 years ago

To disable One Dark Pro markdown style, add this config to settings.json:

{
  "oneDarkPro.markdownStyle": false
}
mjbvz commented 2 years ago

Closing this as caused by the One Dark Pro extension