minor improvements

This commit is contained in:
Hans Pagel
2020-09-21 16:59:28 +02:00
parent 26af779d22
commit ece9d0a554
16 changed files with 53 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
# Code
The Code extensions enables you to use the `<code>` HTML tag in the editor. If you paste in text with `<code>` tags it will rendered accordingly.
Type something with \`back-ticks around\` and it will be magically transformed to `inline code` while you type.
Type something with \`back-ticks around\` and it will magically transform to `inline code` while you type.
## Options
| Option | Type | Default | Description |
@@ -16,7 +16,7 @@ Type something with \`back-ticks around\` and it will be magically transformed t
## Keyboard shortcuts
* `Alt` + `
## Source Code
## Source code
[packages/extension-code/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-code/)
## Usage