fix: contain oversized Markdown math accessibly - #277
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9c81a11a5f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 69b069eba9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review — the final head fixes both scaffold-pin findings. Please review the current commit. |
|
Codex Review: Didn't find any major issues. Delightful! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
@codex review — final head |
|
Codex Review: Didn't find any major issues. Nice work! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Long inline or display KaTeX expressions can push the whole article beyond a narrow viewport. Keep each expression inside a horizontally scrollable region with keyboard focus and a visible focus indicator, preserving the MathML and surrounding prose. Apply the styles to both standalone Markdown and the blog plugin, and regenerate the affected registry output.
Fixes the shared cause of olliethedev/bio-mogging#139. The application update and production verification follow the stable patch release.
The regression test creates a real blog post containing ordinary inline math, oversized inline/display math, and a table. Before the fix it reproduces 231px of document overflow at 320px. With the fix it verifies 320/390/1280px layout, retained MathML, and keyboard access to the full expression. Local build, lint, typecheck, and unit tests pass; all 19 local blog smoke tests pass, including post navigation and fixture cleanup. CI also exercises the generated consumers and registry.
Bump
@btst/stackand@btst/codegento 3.1.1 for the existing paired release workflow's exact-source requirement. No dependencies or release-gate rules change. Publication requires completed final-head review, all CI and real deployments green, and the same checks on the merge commit.