Skip to content

Commit 296621c

Browse files
committed
reboot.md: use the example shortcode
1 parent 888b885 commit 296621c

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

site/content/docs/5.0/content/reboot.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -198,41 +198,41 @@ For indicating sample output from a program use the `<samp>` tag.
198198

199199
Tables are slightly adjusted to style `<caption>`s, collapse borders, and ensure consistent `text-align` throughout. Additional changes for borders, padding, and more come with [the `.table` class]({{< docsref "/content/tables" >}}).
200200

201-
<div class="bd-example">
202-
<table>
203-
<caption>
204-
This is an example table, and this is its caption to describe the contents.
205-
</caption>
206-
<thead>
207-
<tr>
208-
<th>Table heading</th>
209-
<th>Table heading</th>
210-
<th>Table heading</th>
211-
<th>Table heading</th>
212-
</tr>
213-
</thead>
214-
<tbody>
215-
<tr>
216-
<td>Table cell</td>
217-
<td>Table cell</td>
218-
<td>Table cell</td>
219-
<td>Table cell</td>
220-
</tr>
221-
<tr>
222-
<td>Table cell</td>
223-
<td>Table cell</td>
224-
<td>Table cell</td>
225-
<td>Table cell</td>
226-
</tr>
227-
<tr>
228-
<td>Table cell</td>
229-
<td>Table cell</td>
230-
<td>Table cell</td>
231-
<td>Table cell</td>
232-
</tr>
233-
</tbody>
234-
</table>
235-
</div>
201+
{{< example >}}
202+
<table>
203+
<caption>
204+
This is an example table, and this is its caption to describe the contents.
205+
</caption>
206+
<thead>
207+
<tr>
208+
<th>Table heading</th>
209+
<th>Table heading</th>
210+
<th>Table heading</th>
211+
<th>Table heading</th>
212+
</tr>
213+
</thead>
214+
<tbody>
215+
<tr>
216+
<td>Table cell</td>
217+
<td>Table cell</td>
218+
<td>Table cell</td>
219+
<td>Table cell</td>
220+
</tr>
221+
<tr>
222+
<td>Table cell</td>
223+
<td>Table cell</td>
224+
<td>Table cell</td>
225+
<td>Table cell</td>
226+
</tr>
227+
<tr>
228+
<td>Table cell</td>
229+
<td>Table cell</td>
230+
<td>Table cell</td>
231+
<td>Table cell</td>
232+
</tr>
233+
</tbody>
234+
</table>
235+
{{< /example >}}
236236

237237
## Forms
238238

0 commit comments

Comments
 (0)