docs: make the mark keyboard shortcuts a table

This commit is contained in:
Hans Pagel
2021-10-01 23:04:47 +02:00
parent a89e2eed29
commit bf06eef9f6
8 changed files with 47 additions and 23 deletions

View File

@@ -32,8 +32,9 @@ yarn add @tiptap/extension-underline
| unsetUnderline | — | Remove underline mark. |
## Keyboard shortcuts
* Windows/Linux: `Control` `U`
* macOS: `Cmd` `U`
| Command | Windows/Linux | macOS |
| ----------------- | ------------------ | -------------- |
| toggleUnderline() | `Control` `U` | `Cmd` `U` |
## Source code
[packages/extension-underline/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-underline/)