update content

This commit is contained in:
Hans Pagel
2020-11-12 16:36:29 +01:00
parent eb827d774b
commit 262ff88e59
7 changed files with 93 additions and 33 deletions

View File

@@ -10,6 +10,11 @@ npm install @tiptap/extension-text-style
yarn add @tiptap/extension-text-style
```
## Commands
| Command | Parameters | Description |
| -------------------- | ---------- | --------------------------------------------- |
| removeEmptyTextStyle | | Remove `<span>` tags without an inline style. |
## Source code
[packages/extension-text-style/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-text-style/)