Skip to content

Commit 8b864b2

Browse files
committed
reboot.md: use the example shortcode
1 parent baabe50 commit 8b864b2

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
@@ -197,41 +197,41 @@ For indicating sample output from a program use the `<samp>` tag.
197197

198198
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" >}}).
199199

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

236236
## Forms
237237

0 commit comments

Comments
 (0)