TextStyle 扩展
该标记呈现一个 <span> HTML 标签,并允许您添加一系列与样式相关的属性,例如字体系列、字体大小或颜色。该扩展默认不添加任何样式属性,但其他扩展将其作为基础,例如 FontFamily 或 Color。
安装
npm install @tiptap/extension-text-style命令
removeEmptyTextStyle()
移除没有内联样式的 <span> 标签。
editor.command.removeEmptyTextStyle()