a tool for shared writing and social publishing

add fallback mark

+6
+6
components/Blocks/TextBlock/schema.ts
··· 83 83 ]; 84 84 }, 85 85 } as MarkSpec, 86 + test: { 87 + parseDom: [{ tag: "span" }], 88 + toDOM() { 89 + return ["span", { class: "bg-test" }, 0]; 90 + }, 91 + } as MarkSpec, 86 92 link: { 87 93 attrs: { 88 94 href: {},