@remirror/preset-formatting
v3.0.1
Published
A preset with all the formatting node and mark extensions included.
Downloads
145,315
Readme
@remirror/preset-formatting
A preset with all the formatting node and mark extensions included.
Installation
# yarn
yarn add @remirror/preset-formatting
# pnpm
pnpm add @remirror/preset-formatting
# npm
npm install @remirror/preset-formatting
Usage
The following creates an instance of the preset.
import { formattingPreset } from 'remirror/extensions';
// Create the preset which returns an array of extensions.
const extensions = formattingPreset();