fixing text mode behaviour and adding \math command - #1
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Closed in favor of the canonical upstream PR: arnog#3069 |
Summary
\math{}command that parses its body as math inside prose, as the inverse of\text{}textorfree-textand restore that prose mode after bounded or unbounded completion\math{\forall x \land \frac{1}{2}}PR structure
This is intentionally stacked on the free-text implementation from arnog#3060 so the diff directly covers both
textandfree-text. It can be retargeted after that prerequisite lands.Verification
npx tsc --noEmitnpx jest test --runInBand(335 passed)dist/mathlive.mjsartifact in Chromium, Firefox, and WebKit (9 passed)