Replies: 1 comment
-
A minimal reproduction goes a long way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 SVG files on disk, and I want to display the appropriate one depending on the theme. I read the docs where it says to append #only-light and #only-dark to the file path, but it seems to be breaking (when I use
mkdocs serve
), presumably because it thinks #only-dark is part of the actual file path. Has anyone else managed with this?Beta Was this translation helpful? Give feedback.
All reactions