docs/research/open-questions/math-delimiter-trigger-authority.md
What should Plate treat as the authority stack for $...$ and $$...$$
typing-trigger behavior?
This is no longer one clean winner row. It is at least three sub-surfaces:
$ selection-wrap over selected text$ pair-on-type at an empty insertion point$$ block-math detection or promotionCurrent evidence is:
$ auto-pair when inline math is enabled$$ + Return to enter block math$...$$$ trigger behavior$...$ and $$$ is explicitly in the markdown auto-pair family$ selection-wrap is explicitly documented in release history$$ detection in-editor and block preview in Live Preview are both
explicitly documented$ / $$ triggersWithout this gap being explicit, it is too easy to confuse:
Those are not the same surface.
Plate's default rich-mode answer is now explicit:
$...$ conversion$$ + Enter block promotion$ selection-wrap by defaultReason:
$ and $$ already share the same symbol family in the rich editor$ selection-wrap increases trigger ambiguity and collision
pressure