mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
Add <caption> to Supported table markup example
This commit is contained in:
@@ -802,6 +802,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||||||
</table>
|
</table>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<table>
|
<table>
|
||||||
|
<caption>…</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>…</th>
|
<th>…</th>
|
||||||
|
1
docs/templates/pages/base-css.mustache
vendored
1
docs/templates/pages/base-css.mustache
vendored
@@ -739,6 +739,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<table>
|
<table>
|
||||||
|
<caption>…</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>…</th>
|
<th>…</th>
|
||||||
|
Reference in New Issue
Block a user