microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.16k stars 29.28k forks source link

High Contrast themes display both light and dark mode content in markdown previews #203686

Closed luctowers closed 8 months ago

luctowers commented 9 months ago

High Contrast themes display both dark and light mode markdown content simultaneously.

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. Create a markdown document
  2. Add an image with both a light and dark variant
![Diagram](diagram-dark.svg#gh-dark-mode-only)
![Diagram](diagram-light.svg#gh-light-mode-only)
  1. Switch to a high-contrast theme
  2. Check if both light and dark variants are displayed
alexr00 commented 8 months ago

#gh-dark-mode-only works, but #gh-light-mode-only causes the image to never show.