⏪️ Revert "📝 Document light/dark images in `markdown.md`"
This reverts commit 3d4721fd96
.
I'm trying to get the diffs smaller. It looks like someone previously
committed code that did not strip extra spaces from the ends of lines
with their editor.
This commit is contained in:
parent
c05065a894
commit
658699fea6
|
@ -122,14 +122,14 @@ Which, of course displays the image like so:
|
||||||
Separate light mode and dark mode images may be presented to the viewer by adding `#light-only` or `#dark-only` to an image path:
|
Separate light mode and dark mode images may be presented to the viewer by adding `#light-only` or `#dark-only` to an image path:
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
![rust logo standard edition](images/rust-logo-blk.svg#only-light)
|
<img src="images/rust-logo-blk.svg" class="no-dark-themes" />
|
||||||
![rust logo dark mode](images/rust-logo-blk-dark.svg#only-dark)
|
<img src="images/rust-logo-blk-dark.svg" class="no-light-themes" />
|
||||||
```
|
```
|
||||||
|
|
||||||
Try switching the theme to see the effect below (brush icon at the top left of the page):
|
Try switching the theme to see the effect below (brush icon at the top left of the page):
|
||||||
|
|
||||||
![rust logo standard edition](images/rust-logo-blk.svg#only-light)
|
<img src="images/rust-logo-blk.svg" class="no-dark-themes" />
|
||||||
![rust logo dark mode](images/rust-logo-blk-dark.svg#only-dark)
|
<img src="images/rust-logo-blk-dark.svg" class="no-light-themes" />
|
||||||
|
|
||||||
## Extensions
|
## Extensions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue