panel.plugin("custom/marks", { icons: { "single-quote": '', }, writerMarks: { cite: { button: { icon: "single-quote", label: "Cite", }, commands() { return () => this.toggle(); }, name: "cite", schema: { parseDOM: [{ tag: "cite" }], toDOM: () => ["cite", 0], }, }, }, });