mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-06 02:17:49 +08:00
717 B
717 B
HardBreak
The HardBreak extensions adds support for the <br>
HTML tag, which forces a line break.
Installation
# with npm
npm install @tiptap/extension-hard-break
# with Yarn
yarn add @tiptap/extension-hard-break
Settings
None
Commands
Command | Options | Description |
---|---|---|
hardBreak | — | Add a line break. |
Keyboard shortcuts
Shift
Enter
- Windows/Linux:
Control
Enter
- macOS:
Cmd
Enter
Source code
packages/extension-hard-break/