]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/parts/wysiwyg-editor.blade.php
Lexical: Added base table support and started resize handling
[bookstack] / resources / views / pages / parts / wysiwyg-editor.blade.php
index 6414027697c33ae3479a555662de9288f843916f..5cd60bbc69b549c8ee9b28c6509b2ac88a93ebbe 100644 (file)
             <p class="callout info">
                 Hello there, this is an info callout
             </p>
+
+            <h3>Table</h3>
+
+            <table>
+                <thead>
+                <tr>
+                    <th>Cell A</th>
+                    <th>Cell B</th>
+                    <th>Cell C</th>
+                </tr>
+                </thead>
+                <tbody>
+                <tr>
+                    <td>Cell D</td>
+                    <td>Cell E</td>
+                    <td>Cell F</td>
+                </tr>
+                </tbody>
+            </table>
         </div>
     </div>