fix whitespace
This commit is contained in:
@@ -244,25 +244,25 @@
|
|||||||
new TableRow(),
|
new TableRow(),
|
||||||
],
|
],
|
||||||
content: `
|
content: `
|
||||||
<h2>
|
<h2>
|
||||||
Tables
|
Tables
|
||||||
</h2>
|
</h2>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="3" data-colwidth="100,0,0">Wide header</th>
|
<th colspan="3" data-colwidth="100,0,0">Wide header</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>One</td>
|
<td>One</td>
|
||||||
<td>Two</td>
|
<td>Two</td>
|
||||||
<td>Three</td>
|
<td>Three</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Four</td>
|
<td>Four</td>
|
||||||
<td>Five</td>
|
<td>Five</td>
|
||||||
<td>Six</td>
|
<td>Six</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
`,
|
`,
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user