feat: Native video display (#5866)

This commit is contained in:
Tom Moor
2023-09-28 20:28:09 -04:00
committed by GitHub
parent bd06e03b1e
commit f4fd9dae5f
24 changed files with 840 additions and 344 deletions

View File

@@ -49,6 +49,7 @@ import TableCell from "./TableCell";
import TableHeadCell from "./TableHeadCell";
import TableRow from "./TableRow";
import Text from "./Text";
import Video from "./Video";
type Nodes = (typeof Node | typeof Mark | typeof Extension)[];
@@ -97,6 +98,7 @@ export const richExtensions: Nodes = [
Embed,
ListItem,
Attachment,
Video,
Notice,
Heading,
HorizontalRule,