@@ -42,12 +42,12 @@ respective alignment directions via the `align` attribute, i.e. `align=left` or
42
42
_Example_ :
43
43
44
44
` ` ` markdown
45
- { align=left }
45
+ { align=left }
46
46
` ` `
47
47
48
48
_Result_ :
49
49
50
- { align=left width=300 }
50
+ { align=left width=300 }
51
51
52
52
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod
53
53
nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor
@@ -58,12 +58,12 @@ respective alignment directions via the `align` attribute, i.e. `align=left` or
58
58
_Example_ :
59
59
60
60
` ` ` markdown
61
- { align=right }
61
+ { align=right }
62
62
` ` `
63
63
64
64
_Result_ :
65
65
66
- { align=right width=300 }
66
+ { align=right width=300 }
67
67
68
68
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod
69
69
nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor
@@ -99,7 +99,7 @@ _Example_:
99
99
100
100
` ` ` html
101
101
<figure markdown> <!-- (1)! -->
102
- { width="300" }
102
+ { width="300" }
103
103
<figcaption>Image caption</figcaption>
104
104
</figure>
105
105
` ` `
@@ -123,7 +123,7 @@ through the `loading=lazy` directive, which degrades to eager-loading in
123
123
browsers without support :
124
124
125
125
` ` ` markdown
126
- { loading=lazy }
126
+ { loading=lazy }
127
127
` ` `
128
128
129
129
[lazy-loading] : https://caniuse.com/#feat=loading-lazy-attr
@@ -140,16 +140,16 @@ hash fragment to the image URL:
140
140
_Example_ :
141
141
142
142
` ` ` markdown
143
- 
144
- 
143
+ 
144
+ 
145
145
` ` `
146
146
147
147
_Result_ :
148
148
149
- ![Placeholder light]{ width="300" }
150
- ![Placeholder dark]{ width="300" }
149
+ ![Zelda light world ]{ width="300" }
150
+ ![Zelda dark world ]{ width="300" }
151
151
152
152
[Light and dark mode support] : https://github.com/squidfunk/mkdocs-material/releases/tag/8.1.1
153
153
[color palette toggle] : ../setup/changing-the-colors.md#color-palette-toggle
154
- [Placeholder light] : https://dummyimage.com/600x400/f5f5f5/aaaaaa&text=–%20Image%20– #only-light
155
- [Placeholder dark] : https://dummyimage.com/600x400/21222c/d5d7e2&text=–%20Image%20– #only-dark
154
+ [Zelda light world ] : ../assets/images/zelda-light-world.png #only-light
155
+ [Zelda dark world ] : ../assets/images/zelda-dark-world.png #only-dark
0 commit comments