Skip to content

Commit

Permalink
Vestigial mark definition (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
threefjefff committed Feb 4, 2025
1 parent 37acf17 commit 415239c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/rich-text/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,13 +518,6 @@ const marks: {
sup: genHtmlInlineMarkSpec({}, "sup"),

sub: genHtmlInlineMarkSpec({}, "sub"),

escape: {
parseDOM: [{ tag: "span.escaped" }],
toDOM() {
return ["span", { class: "escaped" }];
},
},
};

// for *every* mark, add in support for the `markup` attribute
Expand Down

0 comments on commit 415239c

Please sign in to comment.