mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Lexical: Added base table support and started resize handling
This commit is contained in:
@@ -26,6 +26,25 @@
|
||||
<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>
|
||||
|
||||
|
Reference in New Issue
Block a user