Skip to main content

WhitespaceExtension

Summary

Manage whitespace characters within your editor.

This adds decorators to the editor to represent the whitespace characters and can be useful for increasing the accessibility of your editor.

Usage

Installation

This extension is installed for you when you install the main remirror package.

You can use the imports in the following way:

import { WhitespaceExtension } from 'remirror/extensions';

The extension is provided by the @remirror/extension-whitespace package.

API