## Steps to reproduce When copying code snippets from the documentation, the copied content is often incomplete or incorrect. 1. Open any documentation page on the Neon site. ([neon.com/docs/get-started/languages](https://neon.com/docs/get-started/languages)) 2. Copy a code snippet from the page. 3. Paste it into a code editor. **Expected behavior:** The entire code snippet should be copied exactly as displayed. **Actual behavior:** Only part of the code snippet is copied, or the formatting/content is incorrect. **Examples:** * Drizzle config: [https://neon.com/guides/neon-auth-nextjs#create-drizzle-config](https://neon.com/guides/neon-auth-nextjs#create-drizzle-config) * `src/mastra/agents/memory-agent.ts`: [https://neon.com/guides/mastra-neon#create-a-stateful-agent](https://neon.com/guides/mastra-neon#create-a-stateful-agent) * `lib/auth/server.ts`: [https://neon.com/guides/neon-auth-webhooks-nextjs#configure-neon-auth-in-nextjs](https://neon.com/guides/neon-auth-webhooks-nextjs#configure-neon-auth-in-nextjs) **Additional notes:** This issue is not limited to the examples above - most code snippet blocks across the entire documentation appear to be affected. https://github.com/user-attachments/assets/db19f747-d058-4e43-b66a-f9fe7be2060f ## Expected result The entire code snippet should be copied ## Actual result Partial code is being copied from the code snippets. ## Environment Production (neon.com) ## Logs, links -
Steps to reproduce
When copying code snippets from the documentation, the copied content is often incomplete or incorrect.
Expected behavior:
The entire code snippet should be copied exactly as displayed.
Actual behavior:
Only part of the code snippet is copied, or the formatting/content is incorrect.
Examples:
src/mastra/agents/memory-agent.ts: https://neon.com/guides/mastra-neon#create-a-stateful-agentlib/auth/server.ts: https://neon.com/guides/neon-auth-webhooks-nextjs#configure-neon-auth-in-nextjsAdditional notes:
This issue is not limited to the examples above - most code snippet blocks across the entire documentation appear to be affected.
Screen.Recording.2026-04-11.at.7.43.42.PM.mov
Expected result
The entire code snippet should be copied
Actual result
Partial code is being copied from the code snippets.
Environment
Production (neon.com)
Logs, links