CLAUDE.md@site · git:20260513.abb403a · 2026-05-13 · sha256 c352840aa71ce8b1
CLAUDE.md@site git:20260513.abb403aA
Immutable. This exact content is served forever at /api/v1/blob/c352840aa71ce8b1.
# Site Astro marketing site for tend-src.com. ## Paragraph formatting Put each prose element's text on a single line with its tags: ```astro <p>The content goes here.</p> ``` Not: ```astro <p> The content goes here. </p> ``` Firefox grabs the leading whitespace as part of the selection when a reader triple-clicks the paragraph, polluting copy-paste. Applies to any prose block element — `<p>`, `<li>`, `<blockquote>`. Long paragraphs stay on one long line; let the editor soft-wrap.