mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-19 13:47:51 +08:00
8 lines
212 B
Markdown
8 lines
212 B
Markdown
# exitCode
|
|
The `exitCode` command will create a default block after the current selection if the selection is a `code` element and move the cursor to the new block.
|
|
|
|
## Usage
|
|
```js
|
|
editor.commands.exitCode()
|
|
```
|