A preset with all the formatting node and mark extensions included.
# yarn
yarn add @remirror/preset-formatting
# pnpm
pnpm add @remirror/preset-formatting
# npm
npm install @remirror/preset-formatting
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();