Added theme image support to the markdown preview

This commit is contained in:
Jonathan Carter 2021-11-24 11:56:46 -08:00
parent bfad20be9d
commit 768ce71bf0
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only] {
display: none;
}

View file

@ -64,6 +64,9 @@
"contents": "%welcome.publishWorkspaceFolder%",
"when": "config.git.enabled && git.state == initialized && workbenchState == workspace && workspaceFolderCount != 0"
}
],
"markdown.previewStyles": [
"./markdown.css"
]
},
"scripts": {