updates to add warning for bordered tables to docs, fix to spacing on prettyprint pre blocks
This commit is contained in:
parent
0c8d2e37e7
commit
90c190d4ef
4 changed files with 19 additions and 3 deletions
|
|
@ -632,6 +632,7 @@
|
|||
</table></pre>
|
||||
<h3>3. Bordered table</h3>
|
||||
<p>Add borders around the entire table and between each row, plus a bit of rounded corners for aesthetic purposes.</p>
|
||||
<p><span class="label">Note</span> Bordered tables do not work well with <code>rowspan</code> due to somewhat hacky CSS applied to the tables. Sorry about that!</p>
|
||||
<table class="bordered-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -648,7 +649,13 @@
|
|||
<td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">2 Joe</td>
|
||||
<td>2</td>
|
||||
<td>Joe</td>
|
||||
<td>Sixpack</td>
|
||||
<td>English</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<td>Joe</td>
|
||||
<td>Sixpack</td>
|
||||
<td>English</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue