Formatting & Response Style
Claude formats its replies using Markdown — headings, lists, tables, and code blocks render cleanly in the chat. You control the style by asking for shorter or longer answers and specifying the output format you need.
Markdown rendering
Claude writes responses in Markdown, and the chat interface renders it automatically. You see formatted text, not raw symbols — though you can copy the underlying Markdown if needed.
# H1, ## H2, ### H3 — structure long answers
## Section titleUnordered and ordered lists for steps and items
- Item one
- Item twoRows and columns for comparisons and data
| Col A | Col B |Syntax-highlighted code with a copy button
```python\nprint('hi')\n```Asking for shorter or longer responses
Claude defaults to a balanced length — enough detail to be useful without being overwhelming. You can shift that in either direction with a few words in your prompt, or refine after the first reply.
Phrases that control length
| Goal | Example phrase |
|---|---|
| Shorter | "Keep it under 100 words." / "Give me a one-paragraph summary." |
| Brief | "Answer in 2–3 bullet points." / "TL;DR only." |
| Standard | "Explain this clearly." (no length constraint) |
| Longer | "Go into detail." / "Explain step by step with examples." |
| Long form | "Cover each major section in detail." |
| Adjust after | "Make that shorter." / "Expand on the second point." |
Requesting specific formats
Tell Claude exactly how you want the output structured. The right format depends on what you plan to do with the answer — paste into code, scan quickly, or read as a document.
Combining format and length
You can combine constraints in a single prompt. The more specific you are, the less follow-up messages you need.
- Claude renders Markdown — headers, bullets, tables, and code blocks display formatted.
- Control length with phrases like "under 100 words" or "go into detail."
- Request specific formats: JSON, lists, tables, prose, or code only.
- State format, length, and audience in one prompt to cut down on follow-ups.
What's Next
Claude Chat vs. Other Products — when to use Chat, Code, Cowork, Skills, or Plugins.