1f4bd129a8
* add callout, youtube embed, image, video, table, detail, math * fix attachments module * other fixes
7 lines
178 B
TypeScript
7 lines
178 B
TypeScript
import { TableCell as TiptapTableCell } from "@tiptap/extension-table-cell";
|
|
|
|
export const TableCell = TiptapTableCell.extend({
|
|
name: "tableCell",
|
|
content: "paragraph+",
|
|
});
|