Table using the Table HTML text format
The text format "Table HTML" removes the scope class and does not permit additional Bootstrap table classes such as caption-top.
| <th scope="col">Heading</th> | <th scope="col">Heading</th> | <th scope="col">Heading</th> |
|---|---|---|
| <th scope="row">Heading</th> | <td>Cell</td> | <td>Cell</td> |
| <th scope="row">Heading</th> | <td>Cell</td> | <td>Cell</td> |
| <th scope="row">Heading</th> | <td>Cell</td> | <td>Cell</td> |
| <th scope="row">Heading</th> | <td>Cell</td> | <td>Cell</td> |