Docs
Line Height
Line Height
Adjust the height between lines of text.
Line Height
Control the line height of your text to improve readability and adjust the spacing between lines.
Choose the ideal line height to ensure comfortable reading and an aesthetically pleasing document.
Installation
npm install @udecode/plate-line-height
Usage
import { createLineHeightPlugin } from '@udecode/plate-line-height';
const plugins = [
// ...otherPlugins,
createLineHeightPlugin(createLineHeightPlugin),
];