Add <caption> to Supported table markup example
This commit is contained in:
parent
1ae194597c
commit
05571db109
2 changed files with 2 additions and 0 deletions
|
|
@ -802,6 +802,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
</table>
|
||||
<pre class="prettyprint linenums">
|
||||
<table>
|
||||
<caption>…</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>…</th>
|
||||
|
|
|
|||
1
docs/templates/pages/base-css.mustache
vendored
1
docs/templates/pages/base-css.mustache
vendored
|
|
@ -739,6 +739,7 @@
|
|||
</table>
|
||||
<pre class="prettyprint linenums">
|
||||
<table>
|
||||
<caption>…</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>…</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue