This commit is contained in:
Hans Pagel
2021-01-21 00:24:19 +01:00
parent a1f2e9374b
commit cdcbe507b7
3 changed files with 7 additions and 4 deletions

View File

@@ -83,6 +83,11 @@ export default {
<td>Test</td>
<td>Test</td>
</tr>
<tr>
<td>Test</td>
<td>Test</td>
<td>Test</td>
</tr>
</tbody>
</table>
<p>Example Text</p>

View File

@@ -12,8 +12,6 @@ export const TableCell = Node.create({
HTMLAttributes: {},
},
// content: options.cellContent,
content: 'block+',
// attrs: cellAttrs,

View File

@@ -15,8 +15,8 @@ import {
toggleHeaderColumn,
toggleHeaderRow,
toggleHeaderCell,
setCellAttr,
fixTables,
// setCellAttr,
// fixTables,
} from 'prosemirror-tables'
export interface TableOptions {