mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-12 04:33:34 +08:00
996 B
996 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
Commands
Command | Parameters | Description |
---|---|---|
hardBreak | — | Add a line break. |
Keyboard shortcuts
Shift
Enter
- Windows/Linux:
Control
Enter
- macOS:
Cmd
Enter
Source code
packages/extension-hard-break/