File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,16 @@ based on the currently active colour scheme.
76
76
:class: only-dark
77
77
```
78
78
79
+ ```{figure} https://source.unsplash.com/200x200/daily?cute+cats
80
+ :align: center
81
+ :figclass: only-light
82
+ ```
83
+
84
+ ```{figure} https://source.unsplash.com/200x200/daily?cute+dogs
85
+ :align: center
86
+ :figclass: only-dark
87
+ ```
88
+
79
89
This is from Markdown.
80
90
81
91
+++
@@ -90,6 +100,16 @@ This is from Markdown.
90
100
:class: only-dark
91
101
92
102
103
+ .. figure:: https://source.unsplash.com/200x200/daily?cute+cats
104
+ :align: center
105
+ :figclass: only-light
106
+
107
+
108
+ .. figure:: https://source.unsplash.com/200x200/daily?cute+dogs
109
+ :align: center
110
+ :figclass: only-dark
111
+
112
+
93
113
This is from reStructuredText.
94
114
95
115
````
You can’t perform that action at this time.
0 commit comments