Extensions
Hard Break
Insert a line break within a paragraph.
The HardBreak extension adds a button for inserting a hard line break (<br>) within a paragraph, without creating a new block.
Import
import { HardBreak } from 'ritext/extension/hardbreak';Usage
const extensions = [HardBreak];Options
Prop
Type
Keyboard Shortcut
| Action | Windows / Linux | macOS |
|---|---|---|
| Insert Hard Break | Shift+Enter or Ctrl+Enter | Shift+Return or ⌘+Return |
