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

View File

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

View File

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

View File

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