We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2565469 commit b6dc43eCopy full SHA for b6dc43e
1 file changed
src/editor/core/insertion-rule-matrix.ts
@@ -63,7 +63,7 @@ const REJECT_RULES: ReadonlyMap<RuleKey, InsertionRuleRejectReason> = new Map<Ru
63
),
64
65
// quote_before: Callout blocked
66
- [`${BlockType.Callout}|quote_before` as RuleKey, 'quote_boundary'],
+ ...rejectEntries([BlockType.Callout], 'quote_before', 'quote_boundary'),
67
68
// quote_after: only Blockquote allowed
69
...rejectEntries(
0 commit comments