feat(rich-text): drop blockquote from the formatting set #103
Loading…
Reference in a new issue
No description provided.
Delete branch "task/pienter-ui__rich-text-field__remove-blockquote"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stacked on the source view PR (#102).
Korneel decided blockquote leaves the rich text formatting set. The set is now paragraphs, headings 2 and 3, bold, italic, bullet and numbered lists, and links.
blockquoteis switched off, so typing>, pasting a quote or entering<blockquote>in the source view never creates one; the text survives as a paragraph.quoteicon (never released).blockquotetag on purpose: older stored content may hold one until it passes through the editor.Checks: typecheck, lint, format, package tests (59), playground tests (86), both builds green. Toolbar, roving keys, source view, paste and the
>input rule checked in Storybook with synthetic events.