app/views/moments/_moment.html.erb output moment.content with escaping <%= %> inside a single <p>, so <strong>/<br>/<em> showed as literal text and newlines collapsed (ugly all through sessions 36 and 37). Fixed with a MomentsHelper#moment_content helper using simple_format (renders newlines as paragraphs/breaks and sanitises to a safe tag allowlist — bold/italics/links/lists render, scripts stripped), applied to all five moment kinds. MCP create_moment description and docs/mcp-tools.md updated to match. 5 helper tests, seed parity (a live session with formatted moments), verified in-browser.
BL-049
Shipped