Skip to content

Commit fe471eb

Browse files
XhmikosRGeoSot
authored andcommitted
reboot.md: use the example shortcode
1 parent 19c4b32 commit fe471eb

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

site/content/docs/5.1/content/reboot.md

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

215215
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" >}}).
216216

217-
<div class="bd-example">
218-
<table>
219-
<caption>
220-
This is an example table, and this is its caption to describe the contents.
221-
</caption>
222-
<thead>
223-
<tr>
224-
<th>Table heading</th>
225-
<th>Table heading</th>
226-
<th>Table heading</th>
227-
<th>Table heading</th>
228-
</tr>
229-
</thead>
230-
<tbody>
231-
<tr>
232-
<td>Table cell</td>
233-
<td>Table cell</td>
234-
<td>Table cell</td>
235-
<td>Table cell</td>
236-
</tr>
237-
<tr>
238-
<td>Table cell</td>
239-
<td>Table cell</td>
240-
<td>Table cell</td>
241-
<td>Table cell</td>
242-
</tr>
243-
<tr>
244-
<td>Table cell</td>
245-
<td>Table cell</td>
246-
<td>Table cell</td>
247-
<td>Table cell</td>
248-
</tr>
249-
</tbody>
250-
</table>
251-
</div>
217+
{{< example >}}
218+
<table>
219+
<caption>
220+
This is an example table, and this is its caption to describe the contents.
221+
</caption>
222+
<thead>
223+
<tr>
224+
<th>Table heading</th>
225+
<th>Table heading</th>
226+
<th>Table heading</th>
227+
<th>Table heading</th>
228+
</tr>
229+
</thead>
230+
<tbody>
231+
<tr>
232+
<td>Table cell</td>
233+
<td>Table cell</td>
234+
<td>Table cell</td>
235+
<td>Table cell</td>
236+
</tr>
237+
<tr>
238+
<td>Table cell</td>
239+
<td>Table cell</td>
240+
<td>Table cell</td>
241+
<td>Table cell</td>
242+
</tr>
243+
<tr>
244+
<td>Table cell</td>
245+
<td>Table cell</td>
246+
<td>Table cell</td>
247+
<td>Table cell</td>
248+
</tr>
249+
</tbody>
250+
</table>
251+
{{< /example >}}
252252

253253
## Forms
254254

0 commit comments

Comments
 (0)