@@ -50,54 +50,51 @@ success outline
5050Here are some of the available button-style links, also using semantic
5151colors:
5252
53- {{< button
54- style="info"
55- label="Info"
56- link="http://example.com/ "
57-
58- > }}
53+ <!-- prettier-ignore-start -->
5954
6055{{< button
61- style="success"
62- label="Success"
63- link="http://example.com/ "
64-
65- > }}
56+ style="info"
57+ label="Info"
58+ link="http://example.com/ "
59+ > }}
6660
6761{{< button
68- style="warning"
69- label="Warning"
70- link="http://example.com/ "
71-
72- > }}
62+ style="success"
63+ label="Success"
64+ link="http://example.com/ "
65+ > }}
7366
7467{{< button
75- style="danger"
76- label="Danger"
77- link="http://example.com/ "
78-
79- > }}
68+ style="warning"
69+ label="Warning"
70+ link="http://example.com/ "
71+ > }}
8072
8173{{< button
82- style="muted"
83- label="Muted"
84- link="http://example.com/ "
85-
86- > }}
74+ style="danger"
75+ label="Danger"
76+ link="http://example.com/ "
77+ > }}
8778
8879{{< button
89- style="light"
90- label="Light"
91- link="http://example.com/ "
80+ style="muted"
81+ label="Muted"
82+ link="http://example.com/ "
83+ > }}
9284
93- > }}
85+ {{< button
86+ style="light"
87+ label="Light"
88+ link="http://example.com/ "
89+ > }}
9490
9591{{< button
96- style="dark"
97- label="Dark"
98- link="http://example.com/ "
92+ style="dark"
93+ label="Dark"
94+ link="http://example.com/ "
95+ > }}
9996
100- > }}
97+ <!-- prettier-ignore-end -->
10198
10299{{< admonition note >}}
103100[ Sphinx Design
@@ -118,6 +115,8 @@ buttons will automatically use the custom color.
118115
119116## Cards
120117
118+ <!-- prettier-ignore-start -->
119+
121120{{< grid >}}
122121
123122{{< card >}}
@@ -152,10 +151,9 @@ body = '''
152151title="Click to expand dropdown"
153152icon="fa-solid fa-eye"
154153body="Hidden content"
155-
156- > }}
157- > '''
158- > {{< /card >}}
154+ > }}
155+ '''
156+ {{< /card >}}
159157
160158{{< card >}}
161159title = 'A clickable card'
@@ -182,6 +180,8 @@ footer = 'Footer'
182180
183181{{< /grid >}}
184182
183+ <!-- prettier-ignore-end -->
184+
185185## Tabs
186186
187187Code example from the PyData Sphinx Theme's kitchen sink:
@@ -299,34 +299,34 @@ And some admonition content.
299299
300300{{< dropdown body="And with no title and some content!" >}}
301301
302+ <!-- prettier-ignore-start -->
303+
302304{{< dropdown
303305title="With a title"
304306body="And some content!"
305-
306- > }}
307+ > }}
307308
308309{{< dropdown
309310title="With a title and icon"
310311icon="fa-solid fa-lock-open"
311312body="And some content and an icon!"
312-
313- > }}
313+ > }}
314314
315315{{< dropdown
316316title="A primary color dropdown"
317317icon="fa-solid fa-lock-open"
318318color="primary"
319319body="And some content and an icon!"
320-
321- > }}
320+ > }}
322321
323322{{< dropdown
324323title="A secondary color dropdown"
325324icon="fa-solid fa-eye"
326325color="secondary"
327326body="And some content and an icon!"
327+ > }}
328328
329- > }}
329+ <!-- prettier-ignore-end -->
330330
331331## Copybuttons
332332
0 commit comments