I have installed the Bootstrap plugin and I can use everything but the tables.
The example code is displaying nothing:
[table-wrap bordered=”true” striped=”true”]
<body>
<h1>einfache Tabelle</h1>
<table> <tr> <th>Berlin</th> <th>Hamburg</th> <th>München</th> </tr> <tr> <td>Miljöh</td> <td>Kiez</td> <td>Bierdampf</td> </tr> <tr> <td>Buletten</td> <td>Frikadellen</td> <td>Fleischpflanzerl</td> </tr>
</table>
</body>
[/table-wrap]