Mark and reference text for review.
<mark>
npm install @udecode/plate-highlight
import { HighlightPlugin } from '@udecode/plate-highlight/react'; const plugins = [ // ...otherPlugins, HighlightPlugin, ];
Apply a highlight to the selected text.
On This Page