mirror of
https://github.com/docmost/docmost.git
synced 2026-05-16 14:14:06 +08:00
0bd7ecb9b0
- Support multiple content types in table cells and headers: paragraphs, headings, lists (bullet/ordered/task), blockquotes, callouts, images, videos, attachments, math blocks, toggles, and code blocks - Add custom table extension with smart Tab key handling for list indentation within tables - Preserve default table navigation when not in lists
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
export * from "./row";
|
|
export * from "./cell";
|
|
export * from "./header";
|
|
export * from "./table";
|