[Sandbox] Update production-deployment.mdx#31466
Conversation
Hello team, For further info on what orange-clouded technically means and its benefits. https://developers.cloudflare.com/dns/proxy-status/#benefits Thanks.
Review✅ No style-guide issues found in commit CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
| - **Proxy status**: Proxied ([orange-clouded](/dns/proxy-status/#benefits)) | ||
| This routes all subdomains through Cloudflare's proxy. The IP address `192.0.2.0` is a documentation address (RFC 5737) that Cloudflare recognizes when proxied. |
There was a problem hiding this comment.
🟡 Missing blank line causes paragraph to be absorbed into the last list item
The removal of the blank line between line 47 (the last bullet point) and line 48 (the explanatory paragraph) causes Markdown parsers (including remark/CommonMark used by Astro) to treat "This routes all subdomains through Cloudflare's proxy…" as a lazy continuation of the last list item rather than as a standalone paragraph. In the original version, the blank line after - **Proxy status**: Proxied (orange cloud) terminated the list, so the paragraph rendered independently. Now it will render as part of the "Proxy status" bullet point, which is not the intended layout.
| - **Proxy status**: Proxied ([orange-clouded](/dns/proxy-status/#benefits)) | |
| This routes all subdomains through Cloudflare's proxy. The IP address `192.0.2.0` is a documentation address (RFC 5737) that Cloudflare recognizes when proxied. | |
| - **Proxy status**: Proxied ([orange-clouded](/dns/proxy-status/#benefits)) | |
| This routes all subdomains through Cloudflare's proxy. The IP address `192.0.2.0` is a documentation address (RFC 5737) that Cloudflare recognizes when proxied. |
Was this helpful? React with 👍 or 👎 to provide feedback.
Hello team,
Summary
For further info on what orange-clouded technically means and its benefits.
https://developers.cloudflare.com/dns/proxy-status/#benefits
Thanks.