Fix overlapping note text in SASE diagram caption - #32829
Conversation
Review
👉 Fix in your agent 👈Fix the following review findings in PR #32829 (https://github.com/cloudflare/cloudflare-docs/pull/32829).
Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order
After triaging, follow this order:
1. Post a comment on this PR for any findings you are skipping, with the finding ID and your reasoning.
2. Then commit the fixes for the legitimate findings.
The comment must come before the commit — the bot reads PR comments when a new
push triggers a review, so skip comments posted after the push will be missed.
---
## Style Guide Review
### Warnings (1)
#### SG-b0d596ac1c73 · Monospace IP addresses
- **File:** `src/content/docs/reference-architecture/architectures/sase.mdx` line 345
- **Issue:** Line contains `100.96.0.0/12` in plain prose
- **Fix:** Wrap the CIDR in backticks: `100.96.0.0/12`
Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewWarnings (1)
CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
There was a problem hiding this comment.
Pull request overview
This PR fixes a rendering issue on the SASE reference architecture page where a second note under the “Connecting and routing traffic…” diagram was wrapped in a malformed multi-line <sub> block, causing caption text overlap. The change normalizes the note formatting to match surrounding documentation patterns so the caption renders as two separate note paragraphs.
Changes:
- Removed the malformed multi-line
<sub>wrapper around the second note under the diagram caption. - Replaced it with a standard italic “Note: …” paragraph consistent with the adjacent note formatting.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
9bf3ad0 to
99f9140
Compare
Summary
Fixes overlapping caption text under the network architecture diagram in the SASE reference architecture page. The second "Note" was wrapped in a malformed multi-line <sub> block, which caused it to render on top of the preceding note instead of as a separate paragraph. Converted it to a standard italic note paragraph, consistent with the rest of the docs.
No changelog entry needed (typo/rendering fix), no new page, and no files were renamed, so the rest of the checklist items don't apply here.
Screenshots
Before:
After: